From eb46727d3a03f2282e811664eee68c7e581c3277 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Wed, 30 Mar 2011 21:24:42 +0000 Subject: 28959: Make the nvcsformats style be used if vcs_info is disabled. --- Functions/VCS_Info/VCS_INFO_set | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Functions/VCS_Info/VCS_INFO_set') diff --git a/Functions/VCS_Info/VCS_INFO_set b/Functions/VCS_Info/VCS_INFO_set index 23dc06b4b..5087be43f 100644 --- a/Functions/VCS_Info/VCS_INFO_set +++ b/Functions/VCS_Info/VCS_INFO_set @@ -5,11 +5,6 @@ setopt localoptions noksharrays NO_shwordsplit local -i i j -if [[ $1 == '--clear' ]] ; then - for i in {0..9} ; do - unset vcs_info_msg_${i}_ - done -fi if [[ $1 == '--nvcs' ]] ; then [[ $2 == '-preinit-' ]] && (( maxexports == 0 )) && (( maxexports = 1 )) for i in {0..$((maxexports - 1))} ; do -- cgit 1.4.1