about summary refs log tree commit diff
path: root/Completion/Zsh
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2002-06-26 11:07:42 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2002-06-26 11:07:42 +0000
commitd28f67623f03ec9905e2e3f10b2f3dd7f61956ca (patch)
tree16c5640d9568a2b6d091f84d6c4b40f738efede0 /Completion/Zsh
parent03105a5d6e148754606df7e654e98cce07ae00ac (diff)
downloadzsh-d28f67623f03ec9905e2e3f10b2f3dd7f61956ca.tar.gz
zsh-d28f67623f03ec9905e2e3f10b2f3dd7f61956ca.tar.xz
zsh-d28f67623f03ec9905e2e3f10b2f3dd7f61956ca.zip
two new modes for menu selection: incremental search and interactive (17366)
Diffstat (limited to 'Completion/Zsh')
-rw-r--r--Completion/Zsh/Command/_zstyle3
1 files changed, 2 insertions, 1 deletions
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)