diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-29 07:04:17 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-29 07:04:17 +0000 |
commit | 4e2e7f292faccc162e4c87e7fc2852dc7faceea0 (patch) | |
tree | d4d187c55ab9cfa5d1213e93a4e21684c3f0dcbf /Doc | |
parent | 806e8aa6afe6b8864c0124bfcdd7a0909110379b (diff) | |
download | zsh-4e2e7f292faccc162e4c87e7fc2852dc7faceea0.tar.gz zsh-4e2e7f292faccc162e4c87e7fc2852dc7faceea0.tar.xz zsh-4e2e7f292faccc162e4c87e7fc2852dc7faceea0.zip |
even more fun with the menu style (no=num, yes=long-list, reverse meaning of yes=num) (12114)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/compsys.yo | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 433df4807..a4f3f2214 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1595,7 +1595,13 @@ example, with the tt(MENU_COMPLETE) option). Using the form `tt(yes=)var(num)', where `tt(yes)' may be any of the true values (`tt(yes)', `tt(true)', `tt(on)' and `tt(1)') turns on -menu completion if there at least var(num) matches. +menu completion if there at most var(num) matches. Using this for one +of the `false' values (as in `tt(no=10)') makes menu completion +em(not) be used if there are var(num) or more matches. Of course, +this is only useful when menu completion is normally used, e.g. by +setting the tt(MENU_COMPLETE) option. The `true' values may also be +used in the form `tt(yes=long-list)' to turn on menu completion +whenever listing is done and the list does not fit onto the screen. In addition to (or instead of) the above possibilities, the value may contain the string `tt(select)', optionally followed by an equal sign and a |