summaryrefslogtreecommitdiff
path: root/src/cmdexpand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmdexpand.c')
-rw-r--r--src/cmdexpand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmdexpand.c b/src/cmdexpand.c
index 280bf8334..79b6a2b2c 100644
--- a/src/cmdexpand.c
+++ b/src/cmdexpand.c
@@ -331,6 +331,7 @@ void cmdline_pum_remove(void)
pum_undisplay();
VIM_CLEAR(compl_match_array);
update_screen(0);
+ redrawcmd();
}
void cmdline_pum_cleanup(cmdline_info_T *cclp)