mirror of
https://github.com/neovim/neovim.git
synced 2026-04-01 21:32:10 +00:00
Merge pull request #9490 from bfredl/vim-patch-8.1.0726
normal/edit: add missing "need_cursor_line_redraw = false"
This commit is contained in:
@@ -1462,6 +1462,7 @@ ins_redraw (
|
||||
redrawWinline(curwin, conceal_new_cursor_line == 0
|
||||
? curwin->w_cursor.lnum : conceal_new_cursor_line);
|
||||
curwin->w_valid &= ~VALID_CROW;
|
||||
need_cursor_line_redraw = false;
|
||||
}
|
||||
|
||||
if (must_redraw) {
|
||||
|
||||
@@ -1263,6 +1263,7 @@ static void normal_redraw(NormalState *s)
|
||||
|
||||
redrawWinline(curwin, s->conceal_new_cursor_line);
|
||||
curwin->w_valid &= ~VALID_CROW;
|
||||
need_cursor_line_redraw = false;
|
||||
}
|
||||
|
||||
if (VIsual_active) {
|
||||
|
||||
Reference in New Issue
Block a user