mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 13:33:52 +01:00
unposted: add apt-cache showsrc part missing from 16463.
This commit is contained in:
parent
1eb8f971a4
commit
63d92c10da
@ -1,3 +1,8 @@
|
||||
2002-10-18 Clint Adams <clint@zsh.org>
|
||||
|
||||
* unposted: Completion/Debian/Command/_apt: add showsrc part missing
|
||||
from 16463.
|
||||
|
||||
2002-10-17 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* 17832: Completion/X/Command/_xloadimage: add default list of
|
||||
|
@ -477,7 +477,7 @@ _apt-cache () {
|
||||
/$'pkgnames\0'/ \| \
|
||||
/$'dotty\0'/ \| \
|
||||
/$'policy\0'/ /$'[^\0]#\0'/ ':packages::_deb_packages "$expl_packages[@]" avail' \# \| \
|
||||
/"[]"/ ':argument-1::compadd "$expl_action[@]" help add gencaches showpkg stats dump dumpavail unmet check search show depends pkgnames dotty policy'
|
||||
/"[]"/ ':argument-1::compadd "$expl_action[@]" help add gencaches showpkg showsrc stats dump dumpavail unmet check search show depends pkgnames dotty policy'
|
||||
|
||||
_apt-cache () {
|
||||
local expl_action expl_packages expl_pkg_cache expl_src_cache
|
||||
|
Loading…
Reference in New Issue
Block a user