diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2012-02-14 17:01:17 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2012-02-14 17:01:17 +0000 |
commit | 1fe821a8a12b209ee4a1f7034750043a803b6818 (patch) | |
tree | 5182fbaebed29c078590aab46073644fecfa81d6 /Doc/Zsh | |
parent | f97a208aed62764a60500e07dee1bde4ee75f986 (diff) | |
download | zsh-1fe821a8a12b209ee4a1f7034750043a803b6818.tar.gz zsh-1fe821a8a12b209ee4a1f7034750043a803b6818.tar.xz zsh-1fe821a8a12b209ee4a1f7034750043a803b6818.zip |
30198: fix environ style lookup to be done in conventional manner
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/compsys.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 665c0d454..135a60a41 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1333,7 +1333,7 @@ item(tt(environ))( The environ style is used when completing for `tt(sudo)'. It is set to an array of `var(VAR)tt(=)var(value)' assignments to be exported into the local environment before the completion for the target command is invoked. -example(zstyle :complete:sudo: environ \ +example(zstyle ':completion:*:sudo::' environ \ PATH="/sbin:/usr/sbin:$PATH" HOME="/root") ) kindex(expand, completion style) |