mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02: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
|
@ -5,7 +5,7 @@
|
|||
emulate -L zsh
|
||||
|
||||
local -i i
|
||||
local -ix maxexports
|
||||
local -i maxexports
|
||||
|
||||
VCS_INFO_maxexports
|
||||
for i in {0..$((maxexports - 1))} ; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue