Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Submitting vcs_info function
- X-seq: zsh-users 13262
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: zsh users <zsh-users@xxxxxxxxxx>
- Subject: Re: Submitting vcs_info function
- Date: Fri, 19 Sep 2008 15:34:11 +0200
- In-reply-to: <20080919140229.3c4e9fcd@news01>
- Mail-followup-to: zsh users <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20080917201859.GU2182@xxxxxxxxxxxxxxx> <20080918112003.45911104@news01> <20080918165212.GY2182@xxxxxxxxxxxxxxx> <200809181700.m8IH0rmj019423@xxxxxxxxxxxxxx> <20080919093449.GI2182@xxxxxxxxxxxxxxx> <20080919140229.3c4e9fcd@news01>
Peter Stephenson <pws@xxxxxxx>:
> On Fri, 19 Sep 2008 11:34:49 +0200
> Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx> wrote:
> > Here it is. <http://ft.bewatermyfriend.org/comp/vcsinfo.tar.gz>
>
> I've committed the basics, with some work on the documentation. Even if
> it's not perfect it shouldn't interfere with the result of the shell.
> Consequently apart from making the documentation looking a bit more like
> the rest of the documentation (I didn't look too much at the content) I
> haven't done much checking of what's going on.
Thank you.
One minor glitch in the list of styles:
Index: Doc/Zsh/contrib.yo
===================================================================
RCS file: /cvsroot/zsh/zsh/Doc/Zsh/contrib.yo,v
retrieving revision 1.84
diff -u -r1.84 contrib.yo
--- Doc/Zsh/contrib.yo 19 Sep 2008 12:58:50 -0000 1.84
+++ Doc/Zsh/contrib.yo 19 Sep 2008 13:32:31 -0000
@@ -497,8 +497,11 @@
backend is used at all and var(vcs_info) will do nothing. If this list
contains tt(ALL) var(vcs_info) will use all backends known to it. Only with
tt(ALL) in tt(enable), the tt(disable) style has any effect. tt(ALL) and
-tt(NONE) are actually tested case insensitively.)
-sitem(tt(disable))(A list of VCSs, you don't want var(vcs_info) to test for
+tt(NONE) are actually tested case insensitively.
+)
+kindex(disable)
+item(tt(disable))(
+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).
)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author