From 4fc72c5876264406a792a3247c28c9e72c476328 Mon Sep 17 00:00:00 2001 From: ELLIOTTCABLE Date: Sun, 18 Oct 2015 14:32:01 -0500 Subject: [PATCH] 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.) --- plugins/vagrant/_vagrant | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/vagrant/_vagrant b/plugins/vagrant/_vagrant index 764f8954..61895326 100644 --- a/plugins/vagrant/_vagrant +++ b/plugins/vagrant/_vagrant @@ -79,7 +79,7 @@ __vagrant-box () case $state in (command) - _describe -t commands "gem subcommand" _box_arguments + _describe -t commands "vagrant subcommand" _box_arguments return ;; @@ -108,7 +108,7 @@ _arguments -C \ case $state in (command) - _describe -t commands "gem subcommand" _1st_arguments + _describe -t commands "vagrant subcommand" _1st_arguments return ;;