From ef4157fac4657337d491ca1d3ea92f195bf191d8 Mon Sep 17 00:00:00 2001 From: m0viefreak Date: Sun, 22 Sep 2013 12:48:17 +0200 Subject: 31744: _git: make git submodule completion work The -A parameter in the main completion stopped completion in the subcommands from working. Remove it. --- Completion/Unix/Command/_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index faa8df889..0f4ead334 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -1491,7 +1491,7 @@ _git-submodule () { local curcontext=$curcontext state line ret=1 declare -A opt_args - _arguments -C -A '-*' \ + _arguments -C \ '(-q --quiet)'{-q,--quiet}'[suppress all output]' \ ': :->command' \ '*:: :->option-or-argument' && ret=0 -- cgit 1.4.1