Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't reproduce preview configuration #237

Closed
sineptic opened this issue Jul 22, 2024 · 1 comment
Closed

can't reproduce preview configuration #237

sineptic opened this issue Jul 22, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@sineptic
Copy link

Neovim version (nvim -v | head -n1)

NVIM v0.10.0

Operating system/version

Linux 6.9.3-arch1-1

How to reproduce the issue

cat mini.lua

vim.o.foldcolumn = "1" -- '0' is not bad
vim.o.foldlevel = 99 -- Using ufo provider need a large value, feel free to decrease the value
vim.o.foldlevelstart = 99
vim.o.foldenable = true
vim.o.fillchars = [[fold: ,foldopen:-,foldsep:│,foldclose:+]]

nvim --clean +'so mini.lua'

  1. select all lines
    • zf
    • za
  2. select lines 2..4
    • zf
    • za

Expected behavior

smth like this, without weird numbers
177451322-338442be-0056-4260-8492-9a02d5ca3eb3

Actual behavior

Screenshot from 2024-07-22 17-38-46

Screenshot from 2024-07-22 17-23-43

in #4 same problem, but all answers doesn't have this

@sineptic sineptic added the bug Something isn't working label Jul 22, 2024
@kevinhwang91
Copy link
Owner

#4 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants