about summary refs log tree commit diff
path: root/Completion/Debian/Type
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2005-01-09 06:34:10 +0000
committerClint Adams <clint@users.sourceforge.net>2005-01-09 06:34:10 +0000
commitfd976e490be32509bd3c57e9463f029257c3673c (patch)
treedab50320d13d5b893b17e574f6b3c73c3f0d80bc /Completion/Debian/Type
parent52a5481b1acdf7695bbbc4cc6cd20e146ab9c5be (diff)
downloadzsh-fd976e490be32509bd3c57e9463f029257c3673c.tar.gz
zsh-fd976e490be32509bd3c57e9463f029257c3673c.tar.xz
zsh-fd976e490be32509bd3c57e9463f029257c3673c.zip
* 20655: _deb_packages fix from Karl Chen.
Diffstat (limited to 'Completion/Debian/Type')
-rw-r--r--Completion/Debian/Type/_deb_packages2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Debian/Type/_deb_packages b/Completion/Debian/Type/_deb_packages
index 854570200..78bc964de 100644
--- a/Completion/Debian/Type/_deb_packages
+++ b/Completion/Debian/Type/_deb_packages
@@ -86,7 +86,7 @@ _deb_packages () {
     zstyle ":completion:*:*:$service:*" cache-policy _debs_caching_policy
   fi
 
-  [[ "$command" = (installed|deinstalled|xinstalled|held|uninstalled|avail) ]] || {
+  [[ "$command" = (installed|deinstalled|xinstalled|held|uninstalled|avail|available) ]] || {
     _message "unknown command: $command"
     return
   }