mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-11 13:01:28 +02:00
* 20655: _deb_packages fix from Karl Chen.
This commit is contained in:
parent
52a5481b1a
commit
fd976e490b
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
2004-01-09 Clint Adams <clint@zsh.org>
|
2004-01-09 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
|
* 20655: Completion/Debian/Type/_deb_packages:
|
||||||
|
_deb_packages fix from Karl Chen.
|
||||||
|
|
||||||
* 20654: Completion/Debian/Command/_dpkg,
|
* 20654: Completion/Debian/Command/_dpkg,
|
||||||
Completion/Debian/Command/_wajig,
|
Completion/Debian/Command/_wajig,
|
||||||
Completion/Debian/Type/_deb_packages: completion for wajig, and
|
Completion/Debian/Type/_deb_packages: completion for wajig, and
|
||||||
|
|
|
@ -86,7 +86,7 @@ _deb_packages () {
|
||||||
zstyle ":completion:*:*:$service:*" cache-policy _debs_caching_policy
|
zstyle ":completion:*:*:$service:*" cache-policy _debs_caching_policy
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[[ "$command" = (installed|deinstalled|xinstalled|held|uninstalled|avail) ]] || {
|
[[ "$command" = (installed|deinstalled|xinstalled|held|uninstalled|avail|available) ]] || {
|
||||||
_message "unknown command: $command"
|
_message "unknown command: $command"
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue