From 4b083ad1ecbaa46974f12df9c94107aef0a3589e Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 17 Nov 1999 13:12:31 +0000 Subject: zsh-workers/8655 --- Completion/Base/_arguments | 6 +++--- 1 file 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" -- cgit 1.4.1