diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2000-11-30 18:36:21 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2000-11-30 18:36:21 +0000 |
commit | a59b51006b307a1a3cbd79e6b85e6b80400cc8ab (patch) | |
tree | f57ffcc6593863c652ceb61a2930d55cb1b8ddc5 /Src/Zle | |
parent | 4b1191e209edecb5949b30038f310350e44273d3 (diff) | |
download | zsh-a59b51006b307a1a3cbd79e6b85e6b80400cc8ab.tar.gz zsh-a59b51006b307a1a3cbd79e6b85e6b80400cc8ab.tar.xz zsh-a59b51006b307a1a3cbd79e6b85e6b80400cc8ab.zip |
Function installation information now in config.modules
Diffstat (limited to 'Src/Zle')
-rw-r--r-- | Src/Zle/complete.mdd | 1 | ||||
-rw-r--r-- | Src/Zle/zle.mdd | 1 |
2 files changed, 2 insertions, 0 deletions
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" |