diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-06-26 11:07:42 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-06-26 11:07:42 +0000 |
commit | d28f67623f03ec9905e2e3f10b2f3dd7f61956ca (patch) | |
tree | 16c5640d9568a2b6d091f84d6c4b40f738efede0 /Completion/Zsh/Command/_zstyle | |
parent | 03105a5d6e148754606df7e654e98cce07ae00ac (diff) | |
download | zsh-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/Command/_zstyle')
-rw-r--r-- | Completion/Zsh/Command/_zstyle | 3 |
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) |