mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-17 16:00:19 +00:00
Revert _rvm changing from local to typeset
This was changed in 4f68928, but the old way is the conventional way.
This commit is contained in:
@@ -15,10 +15,7 @@
|
||||
#
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
typeset curcontext state line cmds ret
|
||||
|
||||
curcontext="$curcontext"
|
||||
ret=1
|
||||
local curcontext="$curcontext" state line cmds ret=1
|
||||
|
||||
_arguments -C \
|
||||
'(- 1 *)'{-v,--version}'[display version information]' \
|
||||
|
||||
Reference in New Issue
Block a user