1
0
forked from aniani/vim

updated for version 7.0-150

This commit is contained in:
Bram Moolenaar 2006-10-24 19:36:02 +00:00
parent 2647063968
commit 09ef47a32a
2 changed files with 22 additions and 13 deletions

View File

@ -3137,7 +3137,13 @@ set_shellsize(width, height, mustset)
screenalloc(FALSE);
repeat_message();
}
else if (State & CMDLINE)
else
{
#ifdef FEAT_SCROLLBIND
if (curwin->w_p_scb)
do_check_scrollbind(TRUE);
#endif
if (State & CMDLINE)
{
update_screen(NOT_VALID);
redrawcmdline();
@ -3157,6 +3163,7 @@ set_shellsize(width, height, mustset)
if (redrawing())
setcursor();
}
}
cursor_on(); /* redrawing may have switched it off */
}
out_flush();

View File

@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
150,
/**/
149,
/**/