From d28f67623f03ec9905e2e3f10b2f3dd7f61956ca Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Wed, 26 Jun 2002 11:07:42 +0000 Subject: two new modes for menu selection: incremental search and interactive (17366) --- Completion/Zsh/Command/_zstyle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Completion/Zsh') diff --git a/Completion/Zsh/Command/_zstyle b/Completion/Zsh/Command/_zstyle index bab202ca0..e72074202 100644 --- a/Completion/Zsh/Command/_zstyle +++ b/Completion/Zsh/Command/_zstyle @@ -206,7 +206,8 @@ while (( $#state )); do ;; boolauto) - _wanted values expl boolean compadd true false auto select + _wanted values expl boolean \ + compadd true false auto select search search-backward interactive ;; cmdorcont) -- cgit 1.4.1