1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 08:51:18 +02:00

make undo break out of menu selection if nothing to undo inside it (11992)

This commit is contained in:
Sven Wischnowsky 2000-06-19 14:51:06 +00:00
parent c071087d1f
commit cde71bb1a5
2 changed files with 4 additions and 1 deletions

@ -1,5 +1,8 @@
2000-06-19 Sven Wischnowsky <wischnow@zsh.org>
* 11992: Src/Zle/complist.c: make undo break out of menu selection
if nothing to undo inside it
* 11985: Completion/Debian/_dpkg, Doc/Zsh/compsys.yo, Src/Zle/computil.c:
_arguments: small fix for -s and new `!...' for things not to
complete (but to understand)

@ -1852,7 +1852,7 @@ domenuselect(Hookdef dummy, Chdata dat)
int l;
if (!u)
goto getk;
break;
cs = 0;
foredel(ll);