about summary refs log tree commit diff
path: root/Completion/Core/_main_complete
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/Core/_main_complete
parentde7368c630aa09547d188248a8e9cc5dfff1bb4d (diff)
downloadzsh-beb429d62fe8b11f9eef67c455bcfdc8fe9f2722.tar.gz
zsh-beb429d62fe8b11f9eef67c455bcfdc8fe9f2722.tar.xz
zsh-beb429d62fe8b11f9eef67c455bcfdc8fe9f2722.zip
zsh-workers/8533
Diffstat (limited to 'Completion/Core/_main_complete')
-rw-r--r--Completion/Core/_main_complete3
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Core/_main_complete b/Completion/Core/_main_complete
index 877a975b3..d1d75de7f 100644
--- a/Completion/Core/_main_complete
+++ b/Completion/Core/_main_complete
@@ -17,8 +17,9 @@
 # state than the global one for which you are completing.
 
 
-local comp post ret=1 _compskip prios tags
+local comp post ret=1 _compskip tags _prio_num=1
 typeset -U _offered_tags _tried_tags _failed_tags _used_tags _unused_tags
+typeset -A _prio_names
 
 _offered_tags=()
 _tried_tags=()