Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Submitting vcs_info function
- X-seq: zsh-users 13255
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: zsh users <zsh-users@xxxxxxxxxx>
- Subject: Re: Submitting vcs_info function
- Date: Fri, 19 Sep 2008 11:54:50 +0200
- In-reply-to: <200809190950.m8J9oAMK028232@xxxxxxxxxxxxxx>
- Mail-followup-to: zsh users <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20080917201859.GU2182@xxxxxxxxxxxxxxx> <20080918112003.45911104@news01> <20080918165212.GY2182@xxxxxxxxxxxxxxx> <200809181700.m8IH0rmj019423@xxxxxxxxxxxxxx> <20080919093449.GI2182@xxxxxxxxxxxxxxx> <20080919094140.GJ2182@xxxxxxxxxxxxxxx> <200809190950.m8J9oAMK028232@xxxxxxxxxxxxxx>
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