about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-17 13:12:31 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-17 13:12:31 +0000
commit4b083ad1ecbaa46974f12df9c94107aef0a3589e (patch)
treeee0b13e51b2db5529d3c4e59276ed92d4abc4704
parent881d24cd48b4c659760961991e0f029900c54a8e (diff)
downloadzsh-4b083ad1ecbaa46974f12df9c94107aef0a3589e.tar.gz
zsh-4b083ad1ecbaa46974f12df9c94107aef0a3589e.tar.xz
zsh-4b083ad1ecbaa46974f12df9c94107aef0a3589e.zip
zsh-workers/8655
-rw-r--r--Completion/Base/_arguments6
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"