From c372d432d373e1dfb1d7c14d99b524ec98ff02c0 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 6 Jan 2000 14:02:54 +0000 Subject: zsh-workers/9236 --- Src/Zle/compresult.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Src/Zle/compresult.c') diff --git a/Src/Zle/compresult.c b/Src/Zle/compresult.c index acb3b4845..4a8a7af49 100644 --- a/Src/Zle/compresult.c +++ b/Src/Zle/compresult.c @@ -1827,9 +1827,9 @@ list_matches(Hookdef dummy, void *dummy2) mod_export int invalidate_list(void) { - if (showinglist == -2) - listmatches(); if (validlist) { + if (showinglist == -2) + zrefresh(); freematches(lastmatches); lastmatches = NULL; hasoldlist = 0; -- cgit 1.4.1