From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28564 invoked from network); 26 Feb 2009 12:07:38 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 26 Feb 2009 12:07:38 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 97187 invoked from network); 26 Feb 2009 12:07:33 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 26 Feb 2009 12:07:33 -0000 Received: (qmail 13955 invoked by alias); 26 Feb 2009 12:07:27 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 26612 Received: (qmail 13940 invoked from network); 26 Feb 2009 12:07:27 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 26 Feb 2009 12:07:27 -0000 Received: from smtprelay10.ispgateway.de (smtprelay10.ispgateway.de [80.67.29.24]) by bifrost.dotsrc.org (Postfix) with ESMTP id B7D388058F83 for ; Thu, 26 Feb 2009 13:07:24 +0100 (CET) Received: from [83.135.201.149] (helo=fsst.voodoo.lan) by smtprelay10.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Lcf1P-0007v0-UW; Thu, 26 Feb 2009 13:07:24 +0100 Received: from hawk by fsst.voodoo.lan with local (Exim 4.69) (envelope-from ) id 1Lcf1L-0005x9-OX; Thu, 26 Feb 2009 13:07:20 +0100 From: Frank Terbeck To: zsh-workers@sunsite.dk Cc: Frank Terbeck Subject: [PATCH] Small fix in vcs_info documentation Date: Thu, 26 Feb 2009 13:07:18 +0100 Message-Id: <1235650038-22850-1-git-send-email-ft@bewatermyfriend.org> X-Mailer: git-send-email 1.6.2.rc1.30.gd43c0 X-Df-Sender: 430444 X-Virus-Scanned: ClamAV 0.92.1/9050/Thu Feb 26 12:16:48 2009 on bifrost X-Virus-Status: Clean --- Doc/Zsh/contrib.yo | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 43dba25..2eb26ab 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -508,8 +508,8 @@ 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 +A list of patterns that are checked against tt($PWD). If a pattern +matches, var(vcs_info) will be 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 -- 1.6.2.rc1.30.gd43c0