diff options
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) |