mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-19 23:41:31 +01:00
Frank Terbeck: 26751: suppress WARN_CREATE_GLOBAL warning
This commit is contained in:
parent
1d025a2bb9
commit
672923e282
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2009-03-18 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* Frank Terbeck: 26751: b/Functions/VCS_Info/vcs_info_setsys:
|
||||
suppress warning with WARN_CREATE_GLOBAL.
|
||||
|
||||
2009-03-17 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* 26746: Completion/Zsh/Context/_normal,
|
||||
|
@ -11433,5 +11438,5 @@
|
|||
|
||||
*****************************************************
|
||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||
* $Revision: 1.4621 $
|
||||
* $Revision: 1.4622 $
|
||||
*****************************************************
|
||||
|
|
|
@ -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=()
|
||||
|
||||
|
|
Loading…
Reference in a new issue