From a59b51006b307a1a3cbd79e6b85e6b80400cc8ab Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 30 Nov 2000 18:36:21 +0000 Subject: Function installation information now in config.modules --- Src/Modules/zftp.mdd | 1 + Src/Zle/complete.mdd | 1 + Src/Zle/zle.mdd | 1 + Src/zsh.mdd | 1 + 4 files changed, 4 insertions(+) (limited to 'Src') diff --git a/Src/Modules/zftp.mdd b/Src/Modules/zftp.mdd index e295f254a..d9619b549 100644 --- a/Src/Modules/zftp.mdd +++ b/Src/Modules/zftp.mdd @@ -1,6 +1,7 @@ name=zsh/zftp link=dynamic load=no +functions='Functions/Zftp/*' autobins="zftp" diff --git a/Src/Zle/complete.mdd b/Src/Zle/complete.mdd index a8ed9a484..95c6e99a0 100644 --- a/Src/Zle/complete.mdd +++ b/Src/Zle/complete.mdd @@ -1,6 +1,7 @@ name=zsh/complete link=either load=yes +functions='Completion/Core/* Completion/Base/* Completion/Builtins/* Completion/User/* Completion/Commands/* Completion/Debian/* Completion/Linux/* Completion/Bsd/* Completion/AIX/* Completion/X/*' moddeps="zsh/zle" diff --git a/Src/Zle/zle.mdd b/Src/Zle/zle.mdd index c5675cb03..9981cec90 100644 --- a/Src/Zle/zle.mdd +++ b/Src/Zle/zle.mdd @@ -1,6 +1,7 @@ name=zsh/zle link=either load=yes +functions='Functions/Zle/*' autobins="bindkey vared zle" diff --git a/Src/zsh.mdd b/Src/zsh.mdd index 56cd081e8..72db7e059 100644 --- a/Src/zsh.mdd +++ b/Src/zsh.mdd @@ -2,6 +2,7 @@ name=zsh/main link=static load=yes # load=static should replace use of alwayslink +functions='Functions/Misc/* Functions/Prompts/*' nozshdep=1 alwayslink=1 -- cgit 1.4.1