summaryrefslogtreecommitdiffstats
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, 1 insertions, 1 deletions
diff --git a/src/ex_getln.c b/src/ex_getln.c
index 58dc1524ec..f28ce8a6c5 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -2582,7 +2582,7 @@ theend:
made_cmdheight_nonzero = TRUE;
set_option_value((char_u *)"ch", 0L, NULL, 0);
// Redraw is needed for command line completion
- redraw_all_later(UPD_CLEAR);
+ redraw_all_later(UPD_NOT_VALID);
made_cmdheight_nonzero = FALSE;
}