diff options
Diffstat (limited to 'Misc')
-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. |