about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-03-30 16:28:14 +0000
committerClint Adams <clint@users.sourceforge.net>2007-03-30 16:28:14 +0000
commit1943715247636675b28efb46dfcd35cb211c1809 (patch)
tree3017a5813b5acd4bff41f98e0036031e8ecf6a8e /Completion
parent56bf25cff98ec4db85d2a4f3b326368b70417d7b (diff)
downloadzsh-1943715247636675b28efb46dfcd35cb211c1809.tar.gz
zsh-1943715247636675b28efb46dfcd35cb211c1809.tar.xz
zsh-1943715247636675b28efb46dfcd35cb211c1809.zip
23252: complete for "aptitude unhold".
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Debian/Command/_aptitude2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Debian/Command/_aptitude b/Completion/Debian/Command/_aptitude
index 28052cdb2..4d52cca8e 100644
--- a/Completion/Debian/Command/_aptitude
+++ b/Completion/Debian/Command/_aptitude
@@ -57,7 +57,7 @@ case $state in
       download|show|changelog)
         _deb_packages avail && ret=0
       ;;
-      remove|purge|hold|reinstall|forbid-version|markauto|unmarkauto)
+      (remove|purge|hold|unhold|reinstall|forbid-version|markauto|unmarkauto)
         _deb_packages installed && ret=0
       ;;
       install)