A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/neovim/neovim/issues/14195 below:

cursor gets visually out of sync upon resize of signcolumn when it is set to 'auto' · Issue #14195 · neovim/neovim · GitHub

Steps to reproduce using nvim -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