about summary refs log tree commit diff
path: root/Completion/Debian
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-03-23 14:56:50 +0000
committerClint Adams <clint@users.sourceforge.net>2008-03-23 14:56:50 +0000
commit082fb988c3a716082e8b445f4608070dcfed0e06 (patch)
tree9446122afcdfe32ed94a5cabaae71aa72c8e3e20 /Completion/Debian
parent7ffc16e946c76a0d4eb6b3df63e3342cba672734 (diff)
downloadzsh-082fb988c3a716082e8b445f4608070dcfed0e06.tar.gz
zsh-082fb988c3a716082e8b445f4608070dcfed0e06.tar.xz
zsh-082fb988c3a716082e8b445f4608070dcfed0e06.zip
24728: complete for aptitude why and why-not.
Diffstat (limited to 'Completion/Debian')
-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 4d52cca8e..285c601b8 100644
--- a/Completion/Debian/Command/_aptitude
+++ b/Completion/Debian/Command/_aptitude
@@ -54,7 +54,7 @@ case $state in
       search)
         _message -e patterns pattern
       ;;
-      download|show|changelog)
+      (download|show|changelog|why|why-not)
         _deb_packages avail && ret=0
       ;;
       (remove|purge|hold|unhold|reinstall|forbid-version|markauto|unmarkauto)