From 9eca7fc7261494760c1709189e93a044c3658a84 Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Tue, 27 Jun 2000 15:05:33 +0000 Subject: menu style accepts yes=x to start menu completion if there are at least x matches (3219) --- Doc/Zsh/compsys.yo | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Doc/Zsh/compsys.yo') 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) -- cgit 1.4.1