mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 16:50:58 +01:00
36077: vcs_info: stop exporting everything
This commit is contained in:
parent
c21a3fddf4
commit
c5abf2bcff
13 changed files with 37 additions and 21 deletions
|
|
@ -3,8 +3,8 @@
|
|||
## Distributed under the same BSD-ish license as zsh itself.
|
||||
|
||||
local hook static func
|
||||
local -x context hook_name
|
||||
local -xi ret
|
||||
local context hook_name
|
||||
local -i ret
|
||||
local -a hooks tmp
|
||||
local -i debug
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue