diff options
Diffstat (limited to 'contrib/zsh_completion.in')
-rw-r--r-- | contrib/zsh_completion.in | 8 |
1 files changed, 4 insertions, 4 deletions
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 : \ |