mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 05:24:23 +01:00
* 20655: _deb_packages fix from Karl Chen.
This commit is contained in:
parent
52a5481b1a
commit
fd976e490b
@ -1,5 +1,8 @@
|
||||
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,
|
||||
Completion/Debian/Command/_wajig,
|
||||
Completion/Debian/Type/_deb_packages: completion for wajig, and
|
||||
|
@ -86,7 +86,7 @@ _deb_packages () {
|
||||
zstyle ":completion:*:*:$service:*" cache-policy _debs_caching_policy
|
||||
fi
|
||||
|
||||
[[ "$command" = (installed|deinstalled|xinstalled|held|uninstalled|avail) ]] || {
|
||||
[[ "$command" = (installed|deinstalled|xinstalled|held|uninstalled|avail|available) ]] || {
|
||||
_message "unknown command: $command"
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user