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 | |
| parent | 27079: save lexical context in test builtin (diff) | |
| download | zsh-88d07936a21c262ec5f86518cce3c85fd1951968.tar zsh-88d07936a21c262ec5f86518cce3c85fd1951968.tar.gz zsh-88d07936a21c262ec5f86518cce3c85fd1951968.tar.bz2 zsh-88d07936a21c262ec5f86518cce3c85fd1951968.tar.lz zsh-88d07936a21c262ec5f86518cce3c85fd1951968.tar.xz zsh-88d07936a21c262ec5f86518cce3c85fd1951968.tar.zst zsh-88d07936a21c262ec5f86518cce3c85fd1951968.zip | |
27080: it wasnt possible to exit menu selection cleanly
Diffstat (limited to 'Doc')
| -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 |
