vim-patch:8.0.1161

This commit is contained in:
rpigott
2018-08-25 22:00:26 -07:00
committed by Justin M. Keyes
parent 26b2c1fe15
commit a5fe6d34a9
4 changed files with 228 additions and 195 deletions

View File

@@ -7090,11 +7090,12 @@ void screen_resize(int width, int height)
update_topline();
if (pum_drawn()) {
redraw_later(NOT_VALID);
ins_compl_show_pum(); /* This includes the redraw. */
} else
update_screen(NOT_VALID);
if (redrawing())
ins_compl_show_pum();
}
update_screen(NOT_VALID);
if (redrawing()) {
setcursor();
}
}
}
}