From 2e600b432a1a0167304ba5b57738b9f5c0af1cc3 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Sun, 18 Oct 2015 20:27:55 +0200 Subject: 36888: vcs_info: Prevent warn_create_global warning with '-preinit-' state This is related to 33405. Turns out that not all other calls to VCS_INFO_set are okay: With recent zsh versions the early call to that function with the '-preinit-' argument causes a warning like this: VCS_INFO_set:9: math parameter maxexports created globally in function VCS_INFO_set This fixes it. --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c84b643b4..70a8d2e2e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-10-18 Frank Terbeck + + * 36888: Functions/VCS_Info/vcs_info: vcs_info: Prevent + warn_create_global warning with '-preinit-' state + 2015-10-15 Peter Stephenson * 36864: Completion/Unix/Command/_nm, -- cgit 1.4.1