zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: Use the correct typeset call to create $VCS_INFO_backends
@ 2009-03-18  0:22 Frank Terbeck
  0 siblings, 0 replies; only message in thread
From: Frank Terbeck @ 2009-03-18  0:22 UTC (permalink / raw)
  To: zsh-workers

---

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-18  0:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-18  0:22 PATCH: Use the correct typeset call to create $VCS_INFO_backends Frank Terbeck

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).