diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-07-01 13:41:18 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-07-01 13:41:18 +0000 |
commit | 88d07936a21c262ec5f86518cce3c85fd1951968 (patch) | |
tree | 9e3e9bdfbaefb6a74c01e24531598d2cd617c093 /Doc/Zsh | |
parent | 10787467bc268079951b997b8605dd51cc9047a2 (diff) | |
download | zsh-88d07936a21c262ec5f86518cce3c85fd1951968.tar.gz zsh-88d07936a21c262ec5f86518cce3c85fd1951968.tar.xz zsh-88d07936a21c262ec5f86518cce3c85fd1951968.zip |
27080: it wasnt possible to exit menu selection cleanly
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/mod_complist.yo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/Zsh/mod_complist.yo b/Doc/Zsh/mod_complist.yo index 417234c00..3b8baacad 100644 --- a/Doc/Zsh/mod_complist.yo +++ b/Doc/Zsh/mod_complist.yo @@ -287,8 +287,9 @@ bottom line. The following zle functions have special meaning during menu selection: startitem() -item(tt(accept-line))( -accepts the current match and leaves menu selection +item(tt(accept-line), tt(accept-search))( +accept the current match and leave menu selection (but do +not cause the command line to be accepted) ) item(tt(send-break))( leaves menu selection and restores the previous contents of the |