summaryrefslogtreecommitdiff
path: root/src/term.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-08-21 14:37:09 +0200
committerBram Moolenaar <Bram@vim.org>2019-08-21 14:37:09 +0200
commite2c453d38f6512ac4cff7cd26aa7780b4e2534d7 (patch)
tree8458a35d59ac43121bfd2d24d5e9f7f54969d0dc /src/term.c
parentd933c82ff4e2c910bd533ed9a50377699c3f5ec9 (diff)
downloadvim-git-e2c453d38f6512ac4cff7cd26aa7780b4e2534d7.tar.gz
patch 8.1.1901: the +insert_expand feature is not always availablev8.1.1901
Problem: The +insert_expand feature is not always available. Solution: Graduate the +insert_expand feature.
Diffstat (limited to 'src/term.c')
-rw-r--r--src/term.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/term.c b/src/term.c
index 028e6c2bf..e5a19b361 100644
--- a/src/term.c
+++ b/src/term.c
@@ -3505,13 +3505,11 @@ set_shellsize(int width, int height, int mustset)
else
{
update_topline();
-#if defined(FEAT_INS_EXPAND)
if (pum_visible())
{
redraw_later(NOT_VALID);
ins_compl_show_pum();
}
-#endif
update_screen(NOT_VALID);
if (redrawing())
setcursor();