mirror of
https://github.com/neovim/neovim.git
synced 2025-10-12 12:56:04 +00:00

Problem: 'cursorlineopt' "screenline" isn't redrawn when moving cursor and then using line("w0") and :retab that does nothing. Solution: Call redraw_for_cursorcolumn() when setting a valid w_virtcol (zeertzjq). closes: vim/vim#18506a084914361
(cherry picked from commitba47cb7eda
)