forked from aniani/vim
patch 9.0.0340: the 'cmdheight' zero support causes too much trouble
Problem: The 'cmdheight' zero support causes too much trouble. Solution: Revert support for 'cmdheight' being zero.
This commit is contained in:
@@ -8370,14 +8370,9 @@ ex_redraw(exarg_T *eap)
|
||||
// After drawing the statusline screen_attr may still be set.
|
||||
screen_stop_highlight();
|
||||
|
||||
#ifdef HAS_MESSAGE_WINDOW
|
||||
if (!use_message_window()) // append messages in the message window
|
||||
#endif
|
||||
{
|
||||
// Reset msg_didout, so that a message that's there is overwritten.
|
||||
msg_didout = FALSE;
|
||||
msg_col = 0;
|
||||
}
|
||||
// Reset msg_didout, so that a message that's there is overwritten.
|
||||
msg_didout = FALSE;
|
||||
msg_col = 0;
|
||||
|
||||
// No need to wait after an intentional redraw.
|
||||
need_wait_return = FALSE;
|
||||
|
Reference in New Issue
Block a user