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

PATCH: Fix default value list in vcs_info's documentation



It's been reported on IRC, that the listing of the default style values
in zshcontrib(1) contains an error. The values for `formats' and
`actionformats' are mixed up. This fixes it.

Regards, Frank
---
 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 b7dd4a7..4ca85fc 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -615,8 +615,8 @@ enditem()
 The default values for these styles in all contexts are:
 
 startsitem()
-sitem(tt(formats))(" (%s)-[%b|%a]-")
-sitem(tt(actionformats))(" (%s)-[%b]-")
+sitem(tt(formats))(" (%s)-[%b]-")
+sitem(tt(actionformats))(" (%s)-[%b|%a]-")
 sitem(tt(branchformat))("%b:%r" (for bzr, svn, svk and hg))
 sitem(tt(nvcsformats))("")
 sitem(tt(stgitformat))(" %p (%c)")
-- 
1.6.6.rc1.31.g1a56b



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