diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-18 09:47:54 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-18 09:47:54 +0000 |
commit | 672923e282503d33a309ad506863fd8fb91b787c (patch) | |
tree | 1bc0ad785318fdf2707c726cbda14b2f422f1fc4 /Functions | |
parent | 1d025a2bb97b24afee8421f475355b6219667858 (diff) | |
download | zsh-672923e282503d33a309ad506863fd8fb91b787c.tar.gz zsh-672923e282503d33a309ad506863fd8fb91b787c.tar.xz zsh-672923e282503d33a309ad506863fd8fb91b787c.zip |
Frank Terbeck: 26751: suppress WARN_CREATE_GLOBAL warning
Diffstat (limited to 'Functions')
-rw-r--r-- | Functions/VCS_Info/vcs_info_setsys | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/VCS_Info/vcs_info_setsys b/Functions/VCS_Info/vcs_info_setsys index 42be13cf7..1484464ce 100644 --- a/Functions/VCS_Info/vcs_info_setsys +++ b/Functions/VCS_Info/vcs_info_setsys @@ -6,7 +6,7 @@ emulate -L zsh setopt extendedglob typeset_silent local sys -typeset -g VCS_INFO_backends +typeset -ga VCS_INFO_backends VCS_INFO_backends=() |