summaryrefslogtreecommitdiff
path: root/src/ex_getln.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ex_getln.c')
-rw-r--r--src/ex_getln.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c
index 6418ffe90..5d1c8efb7 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -4040,11 +4040,9 @@ open_cmdwin(void)
/* Don't execute autocommands while creating the window. */
block_autocmds();
-#if defined(FEAT_INS_EXPAND)
// When using completion in Insert mode with <C-R>=<C-F> one can open the
// command line window, but we don't want the popup menu then.
pum_undisplay();
-#endif
/* don't use a new tab page */
cmdmod.tab = 0;