mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Don't use global variables
This commit is contained in:
@@ -48,7 +48,7 @@ function _cask() {
|
||||
|
||||
case $state in
|
||||
subcommand)
|
||||
subcommands=(
|
||||
local -a subcommands=(
|
||||
"build:build all Elisp files in the files directive"
|
||||
"clean-elc:remove all byte compiled Elisp files in the files directive"
|
||||
"exec:execute command with correct 'exec-path' and 'load-path'"
|
||||
|
||||
Reference in New Issue
Block a user