added --installed to apt-cache

This commit is contained in:
David Paleino 2008-06-23 13:35:19 +02:00
parent 5943374179
commit 8dc5581328
2 changed files with 3 additions and 2 deletions

View File

@ -2234,7 +2234,7 @@ _apt_cache()
--quiet --important --full --all-versions \
--no-all-versions --generate --no-generate \
--names-only --all-names --recurse \
--config-file --option' -- $cur ) )
--config-file --option --installed' -- $cur ) )
else
COMPREPLY=( $( compgen -W 'add gencaches show showpkg showsrc \

3
debian/changelog vendored
View File

@ -17,11 +17,12 @@ bash-completion (20080617.4) UNRELEASED; urgency=low
- fixed _java_packages()
- fixed _muttquery()
- added flv/FLV completion to mplayer
- added --installed to apt-cache
- only complete on filenames for aspell
- fixed code for exclusions compspecs
- added code to gracefully handle debug options (set +/-v)
-- David Paleino <d.paleino@gmail.com> Mon, 23 Jun 2008 12:02:40 +0200
-- David Paleino <d.paleino@gmail.com> Mon, 23 Jun 2008 13:34:54 +0200
bash-completion (20080617.3) unstable; urgency=low