summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-11-22 16:06:20 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-11-22 16:06:20 +0000
commitae4cf7b743da0785cb8d1f0d01b8697318f254dc (patch)
tree5eb07362874b8451ac3723a49f1fc36092cb69b0 /Functions
parentb1688305cc83e63104d4c581f649bbdcffa0e3b8 (diff)
downloadzsh-ae4cf7b743da0785cb8d1f0d01b8697318f254dc.tar.gz
zsh-ae4cf7b743da0785cb8d1f0d01b8697318f254dc.tar.xz
zsh-ae4cf7b743da0785cb8d1f0d01b8697318f254dc.zip
37186: a couple more WARN_CREATE_GLOBAL fixes
Diffstat (limited to 'Functions')
-rw-r--r--Functions/VCS_Info/VCS_INFO_nvcsformats1
1 files changed, 1 insertions, 0 deletions
diff --git a/Functions/VCS_Info/VCS_INFO_nvcsformats b/Functions/VCS_Info/VCS_INFO_nvcsformats
index 581aa5a97..203a86d23 100644
--- a/Functions/VCS_Info/VCS_INFO_nvcsformats
+++ b/Functions/VCS_Info/VCS_INFO_nvcsformats
@@ -4,6 +4,7 @@
 
 setopt localoptions noksharrays NO_shwordsplit
 local c v rr
+local -a msgs
 
 if [[ $1 == '-preinit-' ]] ; then
     c='default'