Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: Re: fpath problem on clean install
- X-seq: zsh-workers 14028
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: Re: fpath problem on clean install
- Date: Thu, 19 Apr 2001 11:50:11 +0200 (MET DST)
- In-reply-to: <Pine.SV4.4.33.0104191247500.8235-100000@xxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Andrej Borsenkow wrote:
> ...
>
> bor@localhost% grep complete config.modules
> name=zsh/complete modfile=Src/Zle/complete.mdd link=dynamic auto=yes
> load=yes functions=Completion/comp* Completion/*/*/*
I don't get it... I'm absolutely sure that I'd typed in the change below
already. But somehow it didn't make it into CVS.
Sorry.
Bye
Sven
Index: Src/Zle/complete.mdd
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/Zle/complete.mdd,v
retrieving revision 1.5
diff -u -r1.5 complete.mdd
--- Src/Zle/complete.mdd 2001/04/02 13:04:05 1.5
+++ Src/Zle/complete.mdd 2001/04/19 09:48:44
@@ -1,7 +1,7 @@
name=zsh/complete
link=either
load=yes
-functions='Completion/comp* Completion/*/*/*'
+functions='Completion/comp* Completion/AIX/*/* Completion/BSD/*/* Completion/Base/*/* Completion/Debian/*/* Completion/Redhat/*/* Completion/Unix/*/* Completion/X/*/* Completion/Zsh/*/*'
moddeps="zsh/zle"
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author