From 88ea63adf28be522d2341c57e4e049ff04aaf7fd Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Fri, 14 May 2010 07:58:37 +0000 Subject: Simon Ruderich: 27953: vcs_info: changed default formats and actionformats. --- Functions/VCS_Info/VCS_INFO_formats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Functions/VCS_Info/VCS_INFO_formats') diff --git a/Functions/VCS_Info/VCS_INFO_formats b/Functions/VCS_Info/VCS_INFO_formats index 469efa7d4..138091944 100644 --- a/Functions/VCS_Info/VCS_INFO_formats +++ b/Functions/VCS_Info/VCS_INFO_formats @@ -51,10 +51,10 @@ VCS_INFO_hook 'post-backend' if [[ -n ${hook_com[action]} ]] ; then zstyle -a ":vcs_info:${vcs}:${usercontext}:${rrn}" actionformats msgs - (( ${#msgs} < 1 )) && msgs[1]=' (%s)-[%b|%a]-' + (( ${#msgs} < 1 )) && msgs[1]=' (%s)-[%b|%a]%u%c-' else zstyle -a ":vcs_info:${vcs}:${usercontext}:${rrn}" formats msgs - (( ${#msgs} < 1 )) && msgs[1]=' (%s)-[%b]-' + (( ${#msgs} < 1 )) && msgs[1]=' (%s)-[%b]%u%c-' fi if [[ -n ${hook_com[staged]} ]] ; then -- cgit 1.4.1