about summary refs log tree commit diff
path: root/Functions/VCS_Info
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2012-05-02 13:09:37 +0000
committerMikael Magnusson <mikachu@gmail.com>2012-05-02 13:09:37 +0000
commit150dc9021bcf8a03671424142a9ffbfecd516915 (patch)
tree1d59d0a6ae1eb65db290b13a3b9b87f368c11e7f /Functions/VCS_Info
parentcd1b5d86e0a6ac37e982c6a3b8725fd11076f14c (diff)
downloadzsh-150dc9021bcf8a03671424142a9ffbfecd516915.tar.gz
zsh-150dc9021bcf8a03671424142a9ffbfecd516915.tar.xz
zsh-150dc9021bcf8a03671424142a9ffbfecd516915.zip
30461, 30462 (tweaked): add missing local for match, mbegin and mend
Diffstat (limited to 'Functions/VCS_Info')
-rw-r--r--Functions/VCS_Info/vcs_info_setsys1
1 files changed, 1 insertions, 0 deletions
diff --git a/Functions/VCS_Info/vcs_info_setsys b/Functions/VCS_Info/vcs_info_setsys
index 1484464ce..a4c3036be 100644
--- a/Functions/VCS_Info/vcs_info_setsys
+++ b/Functions/VCS_Info/vcs_info_setsys
@@ -7,6 +7,7 @@ setopt extendedglob typeset_silent
 
 local sys
 typeset -ga VCS_INFO_backends
+local -a match mbegin mend
 
 VCS_INFO_backends=()