diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Doc/Zsh/contrib.yo | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog index 5e2f1c36e..35600b5e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-01-16 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * Frank: 27599: Doc/Zsh/contrib.yo: fix formatting documentation + for VCS_Info. + 2010-01-13 Peter Stephenson <p.w.stephenson@ntlworld.com> * Mikael: 27597: Completion/Zsh/Command/_zstyle: accepting @@ -12580,5 +12585,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4861 $ +* $Revision: 1.4862 $ ***************************************************** diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index b7dd4a709..4ca85fc66 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)") |