Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: vcs_info first-time failure



Someone complained that vcs_info didn't work on its first invocation.

Index: Functions/VCS_Info/vcs_info
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/VCS_Info/vcs_info,v
retrieving revision 1.1
diff -u -r1.1 vcs_info
--- Functions/VCS_Info/vcs_info	19 Sep 2008 12:58:52 -0000	1.1
+++ Functions/VCS_Info/vcs_info	22 Sep 2008 16:23:13 -0000
@@ -88,3 +88,5 @@
     VCS_INFO_set
     return 0
 }
+
+vcs_info "$@"



Messages sorted by: Reverse Date, Date, Thread, Author