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
Gutter unreliable when opening multiple files in new tabs.
I'm a heavy user of the gutter hunk_up, hunk_down functionality.
Most of the time when opening one file the gutter renders perfectly and I'm able to move between my changes.
So nvim <file> works quite nicely.
When I open multiple files (either nvim -o <files> or nvim -p <files>) the system needs me to manually visit each tab and run :e!<CR> to fix it.
I l
nvim --version output:
➜ nvim --version
NVIM v0.10.2-dev-8+gc43dd3ef6
Build type: Debug
LuaJIT 2.1.1713484068
Run "nvim -V1 -v" for more info
Operating system:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
I also see this behavior on my mac.
The text was updated successfully, but these errors were encountered:
Apologies for the late reply. Major version v1.0.0 is released and this issue should be fixed by it.
The new version does contain some deprecated changes and some breaking changes but does come with a bunch of bug fixes, tons of optimizations, and more snappier views!
Gutter unreliable when opening multiple files in new tabs.
I'm a heavy user of the gutter hunk_up, hunk_down functionality.
Most of the time when opening one file the gutter renders perfectly and I'm able to move between my changes.
So
nvim <file>
works quite nicely.When I open multiple files (either
nvim -o <files>
ornvim -p <files>
) the system needs me to manually visit each tab and run:e!<CR>
to fix it.I l
I also see this behavior on my mac.
The text was updated successfully, but these errors were encountered: