forked from aniani/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 #11170)
This commit is contained in:
@@ -8431,7 +8431,7 @@ ex_redrawstatus(exarg_T *eap UNUSED)
|
||||
status_redraw_all();
|
||||
else
|
||||
status_redraw_curbuf();
|
||||
if (State & MODE_CMDLINE)
|
||||
if (msg_scrolled)
|
||||
return; // redraw later
|
||||
|
||||
RedrawingDisabled = 0;
|
||||
|
Reference in New Issue
Block a user