index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2011-08-17 16:56:07 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-08-17 17:03:19 -0500 |
commit | 3ceef97799da9ec938dbade9e08e624ebb5fcea7 (patch) | |
tree | 9b4dc9f656e6b4775c1778ce51fada587fc73072 /contrib | |
parent | b2688e95590a5f98ff3ed4d9561b4e3d4c203d1a (diff) |
-rw-r--r-- | contrib/zsh_completion.in | 8 |
diff --git a/contrib/zsh_completion.in b/contrib/zsh_completion.in index 078b507b..f7e0b923 100644 --- a/contrib/zsh_completion.in +++ b/contrib/zsh_completion.in @@ -116,12 +116,12 @@ _pacman_action_none() { _pacman_action_query() { local context state line typeset -A opt_args - + # _arguments -s : \ # "$_pacman_opts_common[@]" \ # "$_pacman_opts_query_actions[@]" \ # "$_pacman_opts_query_modifiers[@]" - + case $state in query_file) _arguments -s : \ @@ -168,12 +168,12 @@ _pacman_action_remove() { _pacman_action_sync() { local context state line typeset -A opt_args - + # _arguments -s : \ # "$_pacman_opts_common[@]" \ # "$_pacman_opts_sync_actions[@]" #\ # #"$_pacman_opts_sync_modifiers[@]" - + case $state in sync_clean) _arguments -s : \ |