1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-22 16:20:23 +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

@ -51,10 +51,11 @@ vcs_info () {
local pat
local -i found retval
local -a enabled disabled dps
local -x usercontext vcs rrn quiltmode LC_MESSAGES
local -ix maxexports
local -ax msgs
local -Ax vcs_comm hook_com backend_misc user_data
local usercontext vcs rrn quiltmode
local -x LC_MESSAGES
local -i maxexports
local -a msgs
local -A vcs_comm hook_com backend_misc user_data
LC_MESSAGES=C
if [[ -n ${LC_ALL} ]]; then