mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-15 02:11:07 +02:00
unposted: add apt-cache showsrc part missing from 16463.
This commit is contained in:
parent
1eb8f971a4
commit
63d92c10da
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
2002-10-17 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
* 17832: Completion/X/Command/_xloadimage: add default list of
|
* 17832: Completion/X/Command/_xloadimage: add default list of
|
||||||
|
|
|
@ -477,7 +477,7 @@ _apt-cache () {
|
||||||
/$'pkgnames\0'/ \| \
|
/$'pkgnames\0'/ \| \
|
||||||
/$'dotty\0'/ \| \
|
/$'dotty\0'/ \| \
|
||||||
/$'policy\0'/ /$'[^\0]#\0'/ ':packages::_deb_packages "$expl_packages[@]" avail' \# \| \
|
/$'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 () {
|
_apt-cache () {
|
||||||
local expl_action expl_packages expl_pkg_cache expl_src_cache
|
local expl_action expl_packages expl_pkg_cache expl_src_cache
|
||||||
|
|
Loading…
Reference in a new issue