From f2a507c4a7abb6771af48414b5f696a5474c8637 Mon Sep 17 00:00:00 2001 From: Fabian Ruff Date: Thu, 3 Apr 2014 11:25:52 +0200 Subject: [PATCH] fix gem --version/--help tab completions --- share/completions/gem.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/completions/gem.fish b/share/completions/gem.fish index f3b4f92ce..bf86f4307 100644 --- a/share/completions/gem.fish +++ b/share/completions/gem.fish @@ -4,8 +4,8 @@ ##### # Global options -complete -c gem -n 'not __fish_use_subcommand' -s h -l help -d "Print usage informations and quit" -complete -c gem -n 'not __fish_use_subcommand' -s v -l version -d "Print the version and quit" +complete -c gem -n '__fish_use_subcommand' -s h -l help -d "Print usage informations and quit" +complete -c gem -n '__fish_use_subcommand' -s v -l version -d "Print the version and quit" ##### # Subcommands