1
0
Fork 0
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:
Mikael Magnusson 2015-08-09 23:53:24 +02:00
parent c21a3fddf4
commit c5abf2bcff
13 changed files with 37 additions and 21 deletions

View file

@ -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