1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 10:01:11 +02:00

unposted: _deb_packages: Minor optimization.

This commit is contained in:
Daniel Shahaf 2016-07-23 08:19:51 +00:00
parent 8e69dd54b7
commit 0f4cfc2597
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2016-07-23 Daniel Shahaf <d.s@daniel.shahaf.name>
* unposted: Completion/Debian/Type/_deb_packages: Minor
optimization.
* 38913: Completion/Unix/Command/_pkg-config: Complete variables
for --variable.

View file

@ -122,7 +122,7 @@ _deb_packages () {
typeset -gH $cachevar
_tags packages && compadd "$expl[@]" - "${(@P)cachevar}"
_tags packages && compadd "$expl[@]" -a - $cachevar
}
_debs_caching_policy () {