From 57ed8b54412830ac94408d772c2038448e46d02e Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 16 May 2000 08:05:15 +0000 Subject: make menu-select accept the match when typing a non-special character (11401) --- ChangeLog | 5 +++++ Src/Zle/complist.c | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index fbe2909b0..8c797d461 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-05-16 Sven Wischnowsky + + * 11401: Src/Zle/complist.c: make menu-select accept the match + when typing a non-special character + 2000-05-16 Tanaka Akira * 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); -- cgit 1.4.1