about summary refs log tree commit diff
path: root/Completion/Base/_arguments
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-11-04 09:35:39 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-11-04 09:35:39 +0000
commitbeb429d62fe8b11f9eef67c455bcfdc8fe9f2722 (patch)
treebcf6f449b7e8f0a4a45b4c672a8e440bd7fc809a /Completion/Base/_arguments
parentde7368c630aa09547d188248a8e9cc5dfff1bb4d (diff)
downloadzsh-beb429d62fe8b11f9eef67c455bcfdc8fe9f2722.tar.gz
zsh-beb429d62fe8b11f9eef67c455bcfdc8fe9f2722.tar.xz
zsh-beb429d62fe8b11f9eef67c455bcfdc8fe9f2722.zip
zsh-workers/8533
Diffstat (limited to 'Completion/Base/_arguments')
-rw-r--r--Completion/Base/_arguments2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Base/_arguments b/Completion/Base/_arguments
index 04d588c49..31713750f 100644
--- a/Completion/Base/_arguments
+++ b/Completion/Base/_arguments
@@ -154,7 +154,7 @@ fi
 if comparguments -i "$compconfig[autodescribe_options]" "$@"; then
   local nm="$compstate[nmatches]" action noargs aret expl local
   local next direct odirect equal single match matched ws tmp1 tmp2
-  local prios tags opts
+  local tags opts
 
   if comparguments -D descr action; then
     if comparguments -O next direct odirect equal; then