about summary refs log tree commit diff
path: root/Src/Zle/complist.c
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-01-31 11:09:07 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-01-31 11:09:07 +0000
commit1c963f38af70bc7ece39256a0cc0f543250b2a55 (patch)
tree756e758151664769b349a506c3e2944769fd03c3 /Src/Zle/complist.c
parent8c25535f6fe60b6d60d4885e450c48fcb062260a (diff)
downloadzsh-1c963f38af70bc7ece39256a0cc0f543250b2a55.tar.gz
zsh-1c963f38af70bc7ece39256a0cc0f543250b2a55.tar.xz
zsh-1c963f38af70bc7ece39256a0cc0f543250b2a55.zip
zsh-workers/9489
Diffstat (limited to 'Src/Zle/complist.c')
-rw-r--r--Src/Zle/complist.c2
1 files changed, 1 insertions, 1 deletions
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;