1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

38482: complete available packages for apt list.

This commit is contained in:
Clint Adams 2016-05-12 21:08:42 -04:00
parent c712e7511a
commit 469a8d8aa3
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2015-05-12 Clint Adams <clint@zsh.org>
* 38482: Completion/Debian/Command/_apt: complete available packages
for apt list.
2016-05-10 Barton E. Schaefer <schaefer@zsh.org>
* 38468: Src/lex.c: wb,we values in gotword() needed assignment in

View file

@ -399,7 +399,7 @@ _apt-cmd () {
-o,--option:arbitem \
-t,--target-release:release \
-- \
/$'list\0'/ \| \
/$'list\0'/ /$'[^\0]#\0'/ ':packages::_deb_packages "$expl_packages[@]" avail' \# \
/$'search\0'/ /$'[^\0]#\0'/ ':strings:pattern:' \| \
/$'show\0'/ /$'[^\0]#\0'/ ':packages::_deb_packages "$expl_packages[@]" avail' \# \
/$'update\0'/ \| \