fix formatting issue
This commit is contained in:
parent
be63667ca5
commit
bb21390881
|
|
@ -600,12 +600,12 @@ _cmake_commands() {
|
||||||
_describe -t commands 'command' commands
|
_describe -t commands 'command' commands
|
||||||
}
|
}
|
||||||
|
|
||||||
local cmake_suggest_build;cmake_suggest_build=(
|
local -a cmake_suggest_build=(
|
||||||
'--build[build]:build dir:_cmake_suggest_builddirs'
|
'--build[build]:build dir:_cmake_suggest_builddirs'
|
||||||
)
|
)
|
||||||
|
|
||||||
local cmake_suggest_install;cmake_suggest_install=(
|
local -a cmake_suggest_install=(
|
||||||
'--install[install]:install dir:_cmake_suggest_installdirs'
|
'--install[install]:install dir:_cmake_suggest_installdirs'
|
||||||
)
|
)
|
||||||
|
|
||||||
if [[ "$service" = -value-*CMAKE_GENERATOR* ]]; then
|
if [[ "$service" = -value-*CMAKE_GENERATOR* ]]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue