updated for version 7.1-160

This commit is contained in:
vimboss
2007-11-24 14:44:58 +00:00
parent 0a2913b2d6
commit 645bfbd1e8
2 changed files with 11 additions and 0 deletions
+9
View File
@@ -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;
}
+2
View File
@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
160,
/**/
159,
/**/