diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-01-16 16:27:50 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-01-16 16:27:50 +0000 |
commit | a2c89eb701e5ec3ffca33f25673a9600a9735930 (patch) | |
tree | a98ee0f44498ca745fceee52a56208b5e724af1a /Doc | |
parent | d7d6a72673504a956de67e47f5e525e85cf6cd81 (diff) | |
download | zsh-a2c89eb701e5ec3ffca33f25673a9600a9735930.tar.gz zsh-a2c89eb701e5ec3ffca33f25673a9600a9735930.tar.xz zsh-a2c89eb701e5ec3ffca33f25673a9600a9735930.zip |
Frank: 27599: fix formatting documentation for VCS_Info.
Diffstat (limited to 'Doc')
-rw-r--r-- | 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 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)") |