Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Submitting vcs_info function



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