diff options
Diffstat (limited to 'Completion/Base/_arguments')
-rw-r--r-- | Completion/Base/_arguments | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Completion/Base/_arguments b/Completion/Base/_arguments index b48192db8..5f3d83a20 100644 --- a/Completion/Base/_arguments +++ b/Completion/Base/_arguments @@ -227,7 +227,7 @@ if comparguments -i "$autod" "$@"; then eval ws\=\( "${action[3,-3]}" \) - _describe -c "$cmd" "$descr" ws -M "$match" "$subopts[@]" + _describe "$descr" ws -M "$match" "$subopts[@]" elif [[ "$action" = \(*\) ]]; then @@ -274,13 +274,13 @@ if comparguments -i "$autod" "$@"; then tmp1=( "${(M@)tmp1:#[-+]?(|:*)}" ) tmp2=( "${PREFIX}${(@M)^${(@)${(@)tmp1%%:*}#[-+]}:#?}" ) - _describe -o -c "$cmd" option \ + _describe -o option \ tmp1 tmp2 -Q -S '' fi single=yes else next=( "$next[@]" "$odirect[@]" ) - _describe -o -c "$cmd" option \ + _describe -o option \ next -Q -M "$match" -- \ direct -QS '' -M "$match" -- \ equal -QqS= -M "$match" |