mirror of
https://github.com/neovim/neovim.git
synced 2025-11-30 22:20:42 +00:00
vim-patch:9.0.0512: cannot redraw the status lines when editing a command
Problem: Cannot redraw the status lines when editing a command.
Solution: Only postpone the redraw when messages have scrolled.
(closes vim/vim#11170)
c14bfc31d9
This commit is contained in:
@@ -6094,7 +6094,7 @@ static void ex_redrawstatus(exarg_T *eap)
|
||||
} else {
|
||||
status_redraw_curbuf();
|
||||
}
|
||||
if (State & MODE_CMDLINE) {
|
||||
if (msg_scrolled) {
|
||||
return; // redraw later
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user