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

Re: Submitting vcs_info function



Peter Stephenson <pws@xxxxxxx>:
> Frank Terbeck wrote:
> > The default $fpath will need some adjustment, I guess. I'm not sure
> > how that's done, though.
> 
> That's the functions line in Src/zsh.mdd which propagates to
> config.modules and thence to the FPATH_* definitions.  I'll try to
> remember to change it when I get around to this.  I'm a bit busy at the
> moment.

So this should be enough?


Index: zsh.mdd
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/zsh.mdd,v
retrieving revision 1.17
diff -u -r1.17 zsh.mdd
--- zsh.mdd	13 Mar 2008 11:11:04 -0000	1.17
+++ zsh.mdd	19 Sep 2008 09:54:23 -0000
@@ -2,7 +2,7 @@
 link=static
 load=yes
 # load=static should replace use of alwayslink
-functions='Functions/Exceptions/* Functions/Misc/* Functions/MIME/* Functions/Prompts/*'
+functions='Functions/Exceptions/* Functions/Misc/* Functions/MIME/* Functions/Prompts/* Functions/VCS_Info/* Functions/VCS_Info/Backends/*'
 
 nozshdep=1
 alwayslink=1



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