From f028b97e8f0c7906af4a76909436e9a7f5a06d8a Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Thu, 30 Jun 2011 07:43:53 +0000 Subject: 29526: vcs_info: Set `max-exports' early after certain `start-up' hooks. --- Functions/VCS_Info/vcs_info | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Functions') diff --git a/Functions/VCS_Info/vcs_info b/Functions/VCS_Info/vcs_info index 513489b70..5a421dfed 100644 --- a/Functions/VCS_Info/vcs_info +++ b/Functions/VCS_Info/vcs_info @@ -70,6 +70,9 @@ vcs_info () { if (( retval == 1 )); then return 0 elif (( retval == 2 )); then + # This needs `max-exports' set. We're still setting it again later + # for more specific contexts. + VCS_INFO_maxexports VCS_INFO_set --nvcs return 0 fi -- cgit 1.4.1