forked from aniani/vim
updated for version 7.0189
This commit is contained in:
10
src/term.c
10
src/term.c
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user