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 a3cac72623..c706476b88 100644
--- a/src/ex_getln.c
+++ b/src/ex_getln.c
@@ -4147,7 +4147,7 @@ showmatches(expand_T *xp, int wildmenu UNUSED)
got_int = FALSE; /* only int. the completion, not the cmd line */
#ifdef FEAT_WILDMENU
else if (wildmenu)
- win_redr_status_matches(xp, num_files, files_found, 0, showtail);
+ win_redr_status_matches(xp, num_files, files_found, -1, showtail);
#endif
else
{