[pacman-dev] [PATCHv2 2/4] zsh completion: fix doubling up of specific variables
Chirantan Ekbote
chirantan.ekbote at gmail.com
Fri Mar 8 22:10:29 EST 2013
On Fri, Mar 8, 2013 at 3:59 PM, Daniel Wallace
<danielwallace at gtmanfred.com>wrote:
*snip*
> @@ -85,8 +84,8 @@ _pacman_opts_database=(
> # options for passing to _arguments: options for --sync command
> _pacman_opts_sync_actions=(
> '-S'
> - '*-c[Remove old packages from cache]:*:clean:->sync_clean'
> - '*-cc[Remove all packages from cache]:*:clean:->sync_clean'
> + '-c[Remove old packages from cache]:*:clean:->sync_clean'
> + '-cc[Remove all packages from cache]:*:clean:->sync_clean'
>
> Shouldn't this be keeping the *-c and getting rid of the -c and -cc?
+chirantan
More information about the pacman-dev
mailing list