about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-27 15:05:33 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-06-27 15:05:33 +0000
commit9eca7fc7261494760c1709189e93a044c3658a84 (patch)
treea56e919b98c3c787d546edbb3ad788cb22299b5e /Doc/Zsh/compsys.yo
parentc8812bb0c830f595bad769f47f6d3cf07ee4ebf8 (diff)
downloadzsh-9eca7fc7261494760c1709189e93a044c3658a84.tar.gz
zsh-9eca7fc7261494760c1709189e93a044c3658a84.tar.xz
zsh-9eca7fc7261494760c1709189e93a044c3658a84.zip
menu style accepts yes=x to start menu completion if there are at least x matches (3219)
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index f0bd54248..a562b6f30 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -1593,6 +1593,10 @@ option.  Finally, if one of the values is explicitly set to false, menu
 completion will be turned off even if it would otherwise be active (for
 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.
+
 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
 number.  In this case menu-selection (as defined by the tt(zsh/complist)