Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Use the correct typeset call to create $VCS_INFO_backends
- X-seq: zsh-workers 26751
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: Use the correct typeset call to create $VCS_INFO_backends
- Date: Wed, 18 Mar 2009 01:22:01 +0100
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
---
Without this, warncreateglobal will complain.
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 42be13c..1484464 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=()
--
1.6.2.1.136.g8e24
Messages sorted by:
Reverse Date,
Date,
Thread,
Author