From c9a4d1c4de3307af86d8fd24733c376109b7187f Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sun, 30 Jan 2000 00:59:22 +0000 Subject: zsh-workers/9469 --- Doc/Zsh/compsys.yo | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Doc/Zsh/compsys.yo') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 0126a4544..4e73f08c5 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -546,7 +546,7 @@ item(tt(other-accounts))( used to look up the tt(users-hosts) style ) item(tt(packages))( -for packages (e.g. tt(rpm) packages) +for packages (e.g. tt(rpm) or installed tt(Debian) packages) ) item(tt(parameters))( for names of parameters @@ -1109,6 +1109,15 @@ it will first try to generate matches without inserting the `tt(*)' and if that yields no matches, it will try again with the `tt(*)' inserted. ) +item(tt(packageset))( +A style containing an override for the default package set +for that context. For example, + +example(zstyle :completion:complete::dpkg::--status-1 packageset avail) + +will cause available packages, rather than only installed packages, +to be completed for `dpkg --status'. +) item(tt(path))( This is used together with the the tt(urls) tag by completion functions that generate URLs as possible matches. It should be set to -- cgit 1.4.1