about summary refs log tree commit diff
path: root/Completion/Debian/Command/_apt
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2005-04-24 17:49:26 +0000
committerBart Schaefer <barts@users.sourceforge.net>2005-04-24 17:49:26 +0000
commitd373eb8f1e27cbdcde2130c9b473bb8ca45529e6 (patch)
treebf214c5788d8cc3d2ec57c8ca6f2a52522fd1288 /Completion/Debian/Command/_apt
parent5733e942f5a88f33aeb9fca8538e3ffe7e2b7407 (diff)
downloadzsh-d373eb8f1e27cbdcde2130c9b473bb8ca45529e6.tar.gz
zsh-d373eb8f1e27cbdcde2130c9b473bb8ca45529e6.tar.xz
zsh-d373eb8f1e27cbdcde2130c9b473bb8ca45529e6.zip
Tobias Gruetzmacher 21168: locality and visibility of some completion vars
Diffstat (limited to 'Completion/Debian/Command/_apt')
-rw-r--r--Completion/Debian/Command/_apt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Debian/Command/_apt b/Completion/Debian/Command/_apt
index a4623ff8d..50109c970 100644
--- a/Completion/Debian/Command/_apt
+++ b/Completion/Debian/Command/_apt
@@ -57,8 +57,8 @@ _apt_arguments () {
 
   local short_seq false true bool bool_prefix intlevel word word1 nul qnul match
   local comp_bool comp_intlevel comp_configfile comp_arbitem comp_long comp_opt
-  local comp_release
-  local regex_short regex_long regex_all
+  local comp_release comp_long_prefix comp_short
+  local regex_short regex_long regex_all regex_long_prefix
 
   regex_all=( \( "$@" \) )