diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-07-31 08:06:37 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-07-31 08:06:37 +0000 |
commit | a2f2ae4f5a6790c79fc29e6f7882acd1881eea5e (patch) | |
tree | 784284c7a62aaa059ddee2239ff46b7aa83e1535 /Doc | |
parent | 84b04a8728ec1e618b6feb508a12de460fe13428 (diff) | |
download | zsh-a2f2ae4f5a6790c79fc29e6f7882acd1881eea5e.tar.gz zsh-a2f2ae4f5a6790c79fc29e6f7882acd1881eea5e.tar.xz zsh-a2f2ae4f5a6790c79fc29e6f7882acd1881eea5e.zip |
clarify manual for menu style; select= and yes= may be given both a number and one of the long* values at the same time (12438)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/compsys.yo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index d6a796f67..de30e0ca8 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1649,6 +1649,11 @@ matches does not fit on the screen by using the value invoked does completion, not simply listing as done by tt(delete-char-or-list); to start menu-selection even here, use the value `tt(select=long-list)'. + +To turn on menu completion or menu selection when a certain number of +matches is generated em(or) the list of matches does not fit onto the +screen, both of `tt(yes=)' and `tt(select=)' can be given twice, once +with a number and once with `tt(long)' or `tt(long-list)'. ) kindex(numbers, completion style) item(tt(numbers))( |