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

Re: PATCH: Fix (mis-)uses of var() in vcs_info documentation



On Wed, 1 Jun 2011, Bart Schaefer wrote:

Index: Doc/Zsh/contrib.yo
===================================================================
--- Doc/Zsh/contrib.yo	1 Jun 2011 06:40:00 -0000	1.40
+++ Doc/Zsh/contrib.yo	1 Jun 2011 07:29:24 -0000

[...]

@@ -678,54 +678,55 @@
example(zstyle ':vcs_info:*' enable git cvs svn)

If you rerun tt(vcs_info_printsys) after one of these commands, you will
-see the backends listed in the var(disable) style (or backends not in the
-var(enable) style - if you used that) marked as disabled by a hash sign.
-That means the detection of these systems is skipped tt(completely). No
+see the backends listed in the tt(disable) style (or backends not in the
+tt(enable) style - if you used that) marked as disabled by a hash sign.
+That means the detection of these systems is skipped bf(completely. No

Last line should be:

+That means the detection of these systems is skipped bf(completely). No
                                                                     ^

There's a missing closing parenthesis (only noticed because I grep'ed for uses of bf()).

--
Best,
Ben



Messages sorted by: Reverse Date, Date, Thread, Author