diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-03-23 14:56:50 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-03-23 14:56:50 +0000 |
commit | 082fb988c3a716082e8b445f4608070dcfed0e06 (patch) | |
tree | 9446122afcdfe32ed94a5cabaae71aa72c8e3e20 /Completion | |
parent | 7ffc16e946c76a0d4eb6b3df63e3342cba672734 (diff) | |
download | zsh-082fb988c3a716082e8b445f4608070dcfed0e06.tar.gz zsh-082fb988c3a716082e8b445f4608070dcfed0e06.tar.xz zsh-082fb988c3a716082e8b445f4608070dcfed0e06.zip |
24728: complete for aptitude why and why-not.
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Debian/Command/_aptitude | 2 |
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) |