mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-17 02:51:01 +02:00
make menu-select accept the match when typing a non-special character (11401)
This commit is contained in:
parent
16ef2a7266
commit
57ed8b5441
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -2112,6 +2112,7 @@ domenuselect(Hookdef dummy, Chdata dat)
|
|||
continue;
|
||||
} else {
|
||||
ungetkeycmd();
|
||||
acc = 1;
|
||||
break;
|
||||
}
|
||||
do_single(**p);
|
||||
|
|
Loading…
Reference in a new issue