From 1c963f38af70bc7ece39256a0cc0f543250b2a55 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 31 Jan 2000 11:09:07 +0000 Subject: zsh-workers/9489 --- 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 235012ee3..c62d62e1d 100644 --- a/Src/Zle/complist.c +++ b/Src/Zle/complist.c @@ -782,7 +782,7 @@ complistmatches(Hookdef dummy, Chdata dat) if (asklist()) { amatches = oamatches; - return 1; + return (noselect = 1); } if (mselect >= 0) { int i; -- cgit 1.4.1