summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--Src/Zle/complist.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fbe2909b0..8c797d461 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-16 Sven Wischnowsky <wischnow@zsh.org>
+
+ * 11401: Src/Zle/complist.c: make menu-select accept the match
+ when typing a non-special character
+
2000-05-16 Tanaka Akira <akr@zsh.org>
* 11396: Completion/User/_look: display a message when
diff --git a/Src/Zle/complist.c b/Src/Zle/complist.c
index fdda07112..7b058f135 100644
--- a/Src/Zle/complist.c
+++ b/Src/Zle/complist.c
@@ -2112,6 +2112,7 @@ domenuselect(Hookdef dummy, Chdata dat)
continue;
} else {
ungetkeycmd();
+ acc = 1;
break;
}
do_single(**p);