diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-22 09:42:10 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-22 09:42:10 +0000 |
commit | 37b54774378da19184f820411ea94b61576d6fa5 (patch) | |
tree | 50cc00bedf86f322e7b6598da6fe0abfd5a2f8c2 | |
parent | b9a533f3823c3b6d69fad80a21f573670856823f (diff) | |
download | zsh-37b54774378da19184f820411ea94b61576d6fa5.tar.gz zsh-37b54774378da19184f820411ea94b61576d6fa5.tar.xz zsh-37b54774378da19184f820411ea94b61576d6fa5.zip |
*** empty log message ***
-rw-r--r-- | Src/Zle/computil.mdd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Src/Zle/computil.mdd b/Src/Zle/computil.mdd index a1453ae8a..318fbbcd6 100644 --- a/Src/Zle/computil.mdd +++ b/Src/Zle/computil.mdd @@ -1,3 +1,7 @@ -moddeps="compctl zle" +name=zsh/computil + +moddeps="zsh/complete zsh/zle" objects="computil.o" + +autobins="compdescribe comparguments compvalues compquote comptags comptry compfiles compgroups" |