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 | |
| parent | Mikael: 27597: accepting zstyle completion unnecessarily hard. (diff) | |
| download | zsh-a2c89eb701e5ec3ffca33f25673a9600a9735930.tar zsh-a2c89eb701e5ec3ffca33f25673a9600a9735930.tar.gz zsh-a2c89eb701e5ec3ffca33f25673a9600a9735930.tar.bz2 zsh-a2c89eb701e5ec3ffca33f25673a9600a9735930.tar.lz zsh-a2c89eb701e5ec3ffca33f25673a9600a9735930.tar.xz zsh-a2c89eb701e5ec3ffca33f25673a9600a9735930.tar.zst zsh-a2c89eb701e5ec3ffca33f25673a9600a9735930.zip | |
Frank: 27599: fix formatting documentation for VCS_Info.
| -rw-r--r-- | ChangeLog | 7 | ||||
| -rw-r--r-- | Doc/Zsh/contrib.yo | 4 |
2 files changed, 8 insertions, 3 deletions
@@ -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)") |
