You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maxh
changed the title
bug: conceal level changes when opening a new split window
bug: conceallevel changes when opening a new split window
Apr 25, 2023
Did you check the docs and existing issues?
Neovim version (nvim -v)
NVIM v0.8.0 Build type: Release LuaJIT 2.1.0-beta3
Operating system/version
13.2.1 (22D68)
Describe the bug
When I split a new window when oil is open, the existing window has its
conceallevel
changed from 3 to 0.Steps To Reproduce
nvim -u ~/tmp/repro.lua -V1
<_>
<C-w><C-v>
:verbose set conceallevel
Seems to be done here:
oil.nvim/lua/oil/init.lua
Line 888 in 873ea3b
Expected Behavior
I would expect the
conceallevel
in the original window to remain unchanged.Directory structure
I opened my config dir (using the repro config):
Repro
Did you check the bug with a clean config?
nvim -u repro.lua
using the repro.lua file above.The text was updated successfully, but these errors were encountered: