mirror of
https://github.com/neovim/neovim.git
synced 2026-03-26 18:31:59 +00:00
Problem: The 'statuscolumn' is not redrawn on the wrapped part of a
line when moving the cursor with 'relativenumber' set.
Solution: Redraw the 'statuscolumn' for the entire line height in the
"col_rows" win_line() code path.