diff options
author | Clint Adams <clint@users.sourceforge.net> | 2008-09-22 16:30:49 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2008-09-22 16:30:49 +0000 |
commit | 8dbf2a5bfa2de36f3ed0f18212d17d2a41595ff2 (patch) | |
tree | 050e62276d8d566e95391e833f6c142d1580c6b2 /Functions/VCS_Info | |
parent | f559052cc20a76989d3135eee39a4cefaa65a1d2 (diff) | |
download | zsh-8dbf2a5bfa2de36f3ed0f18212d17d2a41595ff2.tar.gz zsh-8dbf2a5bfa2de36f3ed0f18212d17d2a41595ff2.tar.xz zsh-8dbf2a5bfa2de36f3ed0f18212d17d2a41595ff2.zip |
25713: ensure that vcs_info functions immediately after autoloading.
Diffstat (limited to 'Functions/VCS_Info')
-rw-r--r-- | Functions/VCS_Info/vcs_info | 2 |
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 "$@" |