-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Neovim version (nvim -v | head -n1)
NVIM v0.12.0-dev-248+g317a897c46
Operating system/version
Arch
How to reproduce the issue
lua vim.opt.scrolloff = 7.:call setqflist(map(['/path/to/file1', '/path/to/file2'], {_, val -> {'filename': val}})).copenand select the first file.- now in the first file,
copenand select the second file. - now go back to the first file with
:bnor<C-^>. lua vim.print(vim.opt.scrolloff._value)should be zero.
Expected behavior
vim.print(vim.opt.scrolloff._value) in the first file should be 7.
Actual behavior
vim.print(vim.opt.scrolloff._value) in the first file is zero.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working