diff options
author | Frank Terbeck <bewater@users.sourceforge.net> | 2010-05-14 07:58:37 +0000 |
---|---|---|
committer | Frank Terbeck <bewater@users.sourceforge.net> | 2010-05-14 07:58:37 +0000 |
commit | 88ea63adf28be522d2341c57e4e049ff04aaf7fd (patch) | |
tree | 275c93d814ca878635680499c4d65cf8ec4a1114 /Doc/Zsh/contrib.yo | |
parent | 9773e5641889117a5e6b6a9f96b61988792b44ee (diff) | |
download | zsh-88ea63adf28be522d2341c57e4e049ff04aaf7fd.tar.gz zsh-88ea63adf28be522d2341c57e4e049ff04aaf7fd.tar.xz zsh-88ea63adf28be522d2341c57e4e049ff04aaf7fd.zip |
Simon Ruderich: 27953: vcs_info: changed default formats and actionformats.
Diffstat (limited to 'Doc/Zsh/contrib.yo')
-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 270862557..665f60c3b 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -656,8 +656,8 @@ enditem() The default values for these styles in all contexts are: startsitem() -sitem(tt(formats))(" (%s)-[%b]-") -sitem(tt(actionformats))(" (%s)-[%b|%a]-") +sitem(tt(formats))(" (%s)-[%b]%u%c-") +sitem(tt(actionformats))(" (%s)-[%b|%a]%u%c-") sitem(tt(branchformat))("%b:%r" (for bzr, svn, svk and hg)) sitem(tt(nvcsformats))("") sitem(tt(hgrevformat))("%r:%h") |