about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-01-03 18:40:17 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-01-03 18:40:17 +0000
commit76dc71f882d47f057167dff717194687b947aad9 (patch)
treee3f7b932edfbb69765252769d2d2b7cafa2e93f6 /Doc
parent851663282a3ff6ca39412bd0ab7481b14e66f495 (diff)
downloadzsh-76dc71f882d47f057167dff717194687b947aad9.tar.gz
zsh-76dc71f882d47f057167dff717194687b947aad9.tar.xz
zsh-76dc71f882d47f057167dff717194687b947aad9.zip
Frank Terbeck: 26215: VCS_Info disable-patterns style
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/contrib.yo10
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index c393d2895..826fb2070 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -506,6 +506,16 @@ A list of VCSs, you don't want var(vcs_info) to test for
 repositories (checked in the var(-init-) context, too). Only used if
 tt(enable) contains tt(ALL).
 )
+kindex(disable-patterns)
+item(tt(disable-patterns))(
+A list of patterns that are checked against tt($PWD). If the pattern
+matches, var(vcs_info) will is disabled. This style is checked in the
+var(:vcs_info:-init-:*:-all-) context.
+
+Say, tt(~/.zsh) is a directory under version control, in which you do
+not want var(vcs_info) to be active, do:
+example(zstyle ':vcs_info:*' disable-patterns "$HOME/.zsh+LPAR()|/*+RPAR()")
+)
 kindex(command)
 item(tt(command))(
 This style causes var(vcs_info) to use the supplied string as the command