diff options
author | Clint Adams <clint@users.sourceforge.net> | 2009-01-22 23:20:51 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2009-01-22 23:20:51 +0000 |
commit | fa322e5464c8d78fa0c3ac83d3032b51d8120938 (patch) | |
tree | ff47a9cb7ac263691d125bde1c8fc56986eb9f12 /Completion | |
parent | e23b86b716374d4e46b50effb848b698ad0ffafe (diff) | |
download | zsh-fa322e5464c8d78fa0c3ac83d3032b51d8120938.tar.gz zsh-fa322e5464c8d78fa0c3ac83d3032b51d8120938.tar.xz zsh-fa322e5464c8d78fa0c3ac83d3032b51d8120938.zip |
26407: patch to handle aptitude build-dep, from Sven Joachim.
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 285c601b8..d4f67b10e 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|why|why-not) + (download|show|changelog|why|why-not|build-dep) _deb_packages avail && ret=0 ;; (remove|purge|hold|unhold|reinstall|forbid-version|markauto|unmarkauto) |