about summary refs log tree commit diff
path: root/Functions/VCS_Info/Backends
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-06-26 19:25:08 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-06-26 19:25:08 +0000
commit6f78cb51ef245bc0cc4c52302a2c9503f052b7be (patch)
tree95d88ed0037f6e9283d7a964b6ee771edb99cf65 /Functions/VCS_Info/Backends
parenta5417250d52320f25ffe9c2394a415013dbf03f0 (diff)
downloadzsh-6f78cb51ef245bc0cc4c52302a2c9503f052b7be.tar.gz
zsh-6f78cb51ef245bc0cc4c52302a2c9503f052b7be.tar.xz
zsh-6f78cb51ef245bc0cc4c52302a2c9503f052b7be.zip
Frank Terbeck: users/14207: make variable local
Diffstat (limited to 'Functions/VCS_Info/Backends')
-rw-r--r--Functions/VCS_Info/Backends/VCS_INFO_get_data_git2
1 files changed, 1 insertions, 1 deletions
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