summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-09-22 16:30:49 +0000
committerClint Adams <clint@users.sourceforge.net>2008-09-22 16:30:49 +0000
commit8dbf2a5bfa2de36f3ed0f18212d17d2a41595ff2 (patch)
tree050e62276d8d566e95391e833f6c142d1580c6b2
parentf559052cc20a76989d3135eee39a4cefaa65a1d2 (diff)
downloadzsh-8dbf2a5bfa2de36f3ed0f18212d17d2a41595ff2.tar.gz
zsh-8dbf2a5bfa2de36f3ed0f18212d17d2a41595ff2.zip
25713: ensure that vcs_info functions immediately after autoloading.
-rw-r--r--ChangeLog5
-rw-r--r--Functions/VCS_Info/vcs_info2
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 "$@"