Merge pull request #17821 from zeertzjq/vim-patch-cursorline

vim-patch:8.2.{4591,4614}: cursorline redrawing
This commit is contained in:
zeertzjq
2022-03-24 20:28:46 +08:00
committed by GitHub
7 changed files with 89 additions and 36 deletions

View File

@@ -119,7 +119,6 @@ void nvim_win_set_cursor(Window window, ArrayOf(Integer, 2) pos, Error *err)
update_topline_win(win);
redraw_later(win, VALID);
redraw_for_cursorline(win);
win->w_redr_status = true;
}