nvim --version
: 3e5efa5vim -u DEFAULTS
(version: ) behaves differently? NA$TERM
: xterm-kittynvim -u NORC
Sometimes with signcolumn=auto
, upon new numbers, the signcolumn resizes but the cursor visually stays in place, it thus becomes out of sync with its actual position in the buffer. When resuming input, its visual position is fixed.
Maybe we should refresh the cursor in such instances. Gonna look into it
Of interest
textwidth -= win_fdccol_count(curwin);
textwidth -= win_signcol_count(curwin);
int b_signcols_max; // cached maximum number of sign columns
int b_signcols; // last calculated number of sign columns
a change in b_signcols_max should probably trigger a redraw
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4