From 6f78cb51ef245bc0cc4c52302a2c9503f052b7be Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 26 Jun 2009 19:25:08 +0000 Subject: Frank Terbeck: users/14207: make variable local --- Functions/VCS_Info/Backends/VCS_INFO_get_data_git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/VCS_Info/Backends') diff --git a/Functions/VCS_Info/Backends/VCS_INFO_get_data_git b/Functions/VCS_Info/Backends/VCS_INFO_get_data_git index 33e76d44f..7b961a4a7 100644 --- a/Functions/VCS_Info/Backends/VCS_INFO_get_data_git +++ b/Functions/VCS_Info/Backends/VCS_INFO_get_data_git @@ -3,7 +3,7 @@ ## Distributed under the same BSD-ish license as zsh itself. setopt localoptions extendedglob NO_shwordsplit -local gitdir gitbase gitbranch gitaction gitunstaged gitstaged gitsha1 +local gitdir gitbase gitbranch gitaction gitunstaged gitstaged gitsha1 gitmisc VCS_INFO_git_getaction () { local gitaction='' gitdir=$1 -- cgit 1.4.1