about summary refs log tree commit diff
path: root/Functions
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 /Functions
parentf559052cc20a76989d3135eee39a4cefaa65a1d2 (diff)
downloadzsh-8dbf2a5bfa2de36f3ed0f18212d17d2a41595ff2.tar.gz
zsh-8dbf2a5bfa2de36f3ed0f18212d17d2a41595ff2.tar.xz
zsh-8dbf2a5bfa2de36f3ed0f18212d17d2a41595ff2.zip
25713: ensure that vcs_info functions immediately after autoloading.
Diffstat (limited to 'Functions')
-rw-r--r--Functions/VCS_Info/vcs_info2
1 files changed, 2 insertions, 0 deletions
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 "$@"