Releases: knilecrack/VSNeo
Releases · knilecrack/VSNeo
Release list
v1.1.1
Snap nvim's window back when it switches buffers on its own
File-mark jumps ('0-'9, 'A-'Z) and cross-file Ctrl+O make nvim load
another file into its single window. VS keeps showing its document, so
nvim's cursor/scroll reports then describe the wrong file: the caret
slams to end-of-file and % matches in a buffer that isn't on screen.
The companion now notifies on BufEnter (before the state push), the hub
tracks the current buffer path and raises BufferSwitched, and the
listener snaps the window back to the mirror of the document VS is
showing. Cursor and viewport reports from a foreign buffer are dropped
in the gap.
v1.1.0
v1.1.0: which-key hints, marks peek, macro recording badge, Lua rc, s…
v1.0.1
fixing focus issue and mode got colors in status bar
v1.0.0
Make the extension ID marketplace-legal and publish via VsixPublisher…