diff options
| author | Oliver Kiddle <opk@zsh.org> | 2015-01-25 18:22:53 +0100 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2015-01-25 18:23:03 +0100 |
| commit | f972b023a20e9fb67b2693ab7c5936d5c545fe55 (patch) | |
| tree | 11ee0de39d7311948f870bb55b76f30c775e8e3a /Completion/Zsh/Command/_zstyle | |
| parent | 34381: vcs_info: Documentation update (diff) | |
| download | zsh-f972b023a20e9fb67b2693ab7c5936d5c545fe55.tar zsh-f972b023a20e9fb67b2693ab7c5936d5c545fe55.tar.gz zsh-f972b023a20e9fb67b2693ab7c5936d5c545fe55.tar.bz2 zsh-f972b023a20e9fb67b2693ab7c5936d5c545fe55.tar.lz zsh-f972b023a20e9fb67b2693ab7c5936d5c545fe55.tar.xz zsh-f972b023a20e9fb67b2693ab7c5936d5c545fe55.tar.zst zsh-f972b023a20e9fb67b2693ab7c5936d5c545fe55.zip | |
34373, 34374: update completion of builtin commands, modifiers,
parameter and globbing flags
Diffstat (limited to 'Completion/Zsh/Command/_zstyle')
| -rw-r--r-- | Completion/Zsh/Command/_zstyle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_zstyle b/Completion/Zsh/Command/_zstyle index 2ebae7132..8f6c412cc 100644 --- a/Completion/Zsh/Command/_zstyle +++ b/Completion/Zsh/Command/_zstyle @@ -322,7 +322,7 @@ while (( $#state )); do (cmdorcont) _alternative -O suf \ - 'commands:command:_command ' \ + 'commands:command:_path_commands' \ 'contexts:context:(-array-value- -brace-parameter- -command- -condition- -math- -parameter- -redirect- -subscript- -value-)' ;; |
