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 /Misc/vcs_info-examples | |
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 'Misc/vcs_info-examples')
-rw-r--r-- | Misc/vcs_info-examples | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Misc/vcs_info-examples b/Misc/vcs_info-examples index e0f531b10..742ba3418 100644 --- a/Misc/vcs_info-examples +++ b/Misc/vcs_info-examples @@ -207,12 +207,6 @@ autoload -Uz vcs_info zstyle ':vcs_info:*' check-for-changes true zstyle ':vcs_info:*' get-revision true -# Improve default formats/actionformats to display staged (%c) and -# unstaged (%u) changes. You can change the displayed string with the -# 'unstagedstr' and 'stagedstr' settings. -zstyle ':vcs_info:*' formats " (%s)-[%b]%u%c-" -zstyle ':vcs_info:*' actionformats " (%s)-[%b|%a]%u%c-" - # Default to running vcs_info. If possible we prevent running it later for # speed reasons. If set to a non empty value vcs_info is run. |