From bf990125d18effbf111fd6a30ff5bf90c4c263ae Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 14 Feb 2000 13:10:03 +0000 Subject: zsh-workers/9722 --- Src/Zle/complist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/Zle/complist.c') diff --git a/Src/Zle/complist.c b/Src/Zle/complist.c index c62d62e1d..d19d5e80c 100644 --- a/Src/Zle/complist.c +++ b/Src/Zle/complist.c @@ -780,7 +780,7 @@ complistmatches(Hookdef dummy, Chdata dat) if (inselect) clearflag = 0; - if (asklist()) { + if (asklist() || !clearflag) { amatches = oamatches; return (noselect = 1); } -- cgit 1.4.1