diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Functions/VCS_Info/vcs_info | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 161303261..abec977b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-22 Clint Adams <clint@zsh.org> + + * 25713: Functions/VCS_Info/vcs_info: ensure that vcs_info + functions immediately after autoloading. + 2008-09-22 Peter Stephenson <pws@csr.com> * Rocky Bernstein: 25696: Src/hist.c: fix crash on empty history. diff --git a/Functions/VCS_Info/vcs_info b/Functions/VCS_Info/vcs_info index 9a4d2489e..4a6c518f9 100644 --- a/Functions/VCS_Info/vcs_info +++ b/Functions/VCS_Info/vcs_info @@ -88,3 +88,5 @@ vcs_info () { VCS_INFO_set return 0 } + +vcs_info "$@" |