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
I am using the StatusCol plugin and have saved some sessions with splits (majority of my nvim usage) and added "statuscolumn" to the options field in resession config but when exiting nvim and reenterring and loading the session only the buffer that is active (with cursor) has the proper statuscolumn, the others get broken and out of order again.
What is the severity of this bug?
tolerable (can work around it)
Steps To Reproduce
Setup statuscol.nvim
Save a session with splits
Exit
Start vim with no arguments
Reload session
When trying to reproduce with repro.lua, i noticed this mainly breaks when starting vim with no arguments at all.
I have the same issue, with status column being broken after loading the session, but I am using default config for ressession, additionally the file in the split is always folded.
I am also using nvim-ufo.
additionally the split window has correct highlights, but the main window has not. You can only compare on the picture that the return keywords have different colours, although they should be the same (red).
I'm at recession commit e087ebe.
nvim -v:
NVIM v0.10.0
Build type: Release
LuaJIT 2.1.1716656478
Run "nvim -V1 -v" for more info
Did you check the docs and existing issues?
Neovim version (nvim -v)
v0.10.0-dev-2582+g2a8cef6bd
Operating system/version
Arch Linux
Describe the bug
I am using the StatusCol plugin and have saved some sessions with splits (majority of my nvim usage) and added
"statuscolumn"
to theoptions
field in resession config but when exiting nvim and reenterring and loading the session only the buffer that is active (with cursor) has the proper statuscolumn, the others get broken and out of order again.What is the severity of this bug?
tolerable (can work around it)
Steps To Reproduce
When trying to reproduce with repro.lua, i noticed this mainly breaks when starting vim with no arguments at all.
Expected Behavior
It should open with the proper statuscolumn.
What it should look like:
What it looks like after breaking:
Directory structure
Any
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: