Make vagrant completion a little more self-aware

(Probably due to an original copy-pasta'ing, `vagrant`'s completion thought it was `gem`'s completion.)
This commit is contained in:
ELLIOTTCABLE 2015-10-18 14:32:01 -05:00
parent aa15ebad3e
commit 4fc72c5876

View File

@ -79,7 +79,7 @@ __vagrant-box ()
case $state in case $state in
(command) (command)
_describe -t commands "gem subcommand" _box_arguments _describe -t commands "vagrant subcommand" _box_arguments
return return
;; ;;
@ -108,7 +108,7 @@ _arguments -C \
case $state in case $state in
(command) (command)
_describe -t commands "gem subcommand" _1st_arguments _describe -t commands "vagrant subcommand" _1st_arguments
return return
;; ;;