diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-18 09:22:31 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-18 09:22:31 +0000 |
commit | 781a5bd4b1ac91e18bd58470030fac8f15d6a432 (patch) | |
tree | b3eae06f6ad3b4771a47579f90c041170b3ab571 /Src/Zle/compctl.mdd | |
parent | c515a58aca50c37a4efd4b0542d633b3347c1eb5 (diff) | |
download | zsh-781a5bd4b1ac91e18bd58470030fac8f15d6a432.tar.gz zsh-781a5bd4b1ac91e18bd58470030fac8f15d6a432.tar.xz zsh-781a5bd4b1ac91e18bd58470030fac8f15d6a432.zip |
small doc fix; make compcall autoload compctl module (11457)
Diffstat (limited to 'Src/Zle/compctl.mdd')
-rw-r--r-- | Src/Zle/compctl.mdd | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Src/Zle/compctl.mdd b/Src/Zle/compctl.mdd index c83ecda29..b4e1756fb 100644 --- a/Src/Zle/compctl.mdd +++ b/Src/Zle/compctl.mdd @@ -1,5 +1,8 @@ -moddeps="comp1" +name=zsh/compctl -autobins="compctl" +moddeps="zsh/complete zsh/zle" +autobins="compctl compcall" + +headers="compctl.h" objects="compctl.o" |