diff options
| author | Shohei YOSHIDA <syohex@gmail.com> | 2026-03-19 19:02:43 +0900 |
|---|---|---|
| committer | Shohei YOSHIDA <syohex@gmail.com> | 2026-03-19 19:02:43 +0900 |
| commit | bb213908817213939cb959043526a5df7564d28f (patch) | |
| tree | bf0f1dec6e5fb589b9d6e5f8f20cfe8704cdd1c5 /src | |
| parent | fix help item completion (diff) | |
| download | zsh-completions-bb213908817213939cb959043526a5df7564d28f.tar zsh-completions-bb213908817213939cb959043526a5df7564d28f.tar.gz zsh-completions-bb213908817213939cb959043526a5df7564d28f.tar.bz2 zsh-completions-bb213908817213939cb959043526a5df7564d28f.tar.lz zsh-completions-bb213908817213939cb959043526a5df7564d28f.tar.xz zsh-completions-bb213908817213939cb959043526a5df7564d28f.tar.zst zsh-completions-bb213908817213939cb959043526a5df7564d28f.zip | |
fix formatting issue
Diffstat (limited to 'src')
| -rw-r--r-- | src/_cmake | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -600,12 +600,12 @@ _cmake_commands() { _describe -t commands 'command' commands } -local cmake_suggest_build;cmake_suggest_build=( - '--build[build]:build dir:_cmake_suggest_builddirs' +local -a cmake_suggest_build=( + '--build[build]:build dir:_cmake_suggest_builddirs' ) -local cmake_suggest_install;cmake_suggest_install=( - '--install[install]:install dir:_cmake_suggest_installdirs' +local -a cmake_suggest_install=( + '--install[install]:install dir:_cmake_suggest_installdirs' ) if [[ "$service" = -value-*CMAKE_GENERATOR* ]]; then |
