1
0
forked from aniani/vim

updated for version 7.0189

This commit is contained in:
Bram Moolenaar
2006-01-30 00:14:18 +00:00
parent 17c7c01170
commit 280f126ef0
27 changed files with 379 additions and 251 deletions

View File

@@ -3140,7 +3140,15 @@ set_shellsize(width, height, mustset)
else
{
update_topline();
update_screen(NOT_VALID);
#if defined(FEAT_INS_EXPAND)
if (pum_visible())
{
redraw_later(NOT_VALID);
ins_compl_show_pum(); /* This includes the redraw. */
}
else
#endif
update_screen(NOT_VALID);
if (redrawing())
setcursor();
}