mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.1-160
This commit is contained in:
@@ -2850,6 +2850,15 @@ repeat_message()
|
||||
}
|
||||
else if (State == HITRETURN || State == SETWSIZE)
|
||||
{
|
||||
if (msg_row == Rows - 1)
|
||||
{
|
||||
/* Avoid drawing the "hit-enter" prompt below the previous one,
|
||||
* overwrite it. Esp. useful when regaining focus and a
|
||||
* FocusGained autocmd exists but didn't draw anything. */
|
||||
msg_didout = FALSE;
|
||||
msg_col = 0;
|
||||
msg_clr_eos();
|
||||
}
|
||||
hit_return_msg();
|
||||
msg_row = Rows - 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user