diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-11-22 12:23:16 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-11-22 12:23:16 +0000 |
commit | 8c1b6f8064435404136ba182189247681f6e234a (patch) | |
tree | c4a2fd070daec5abd9285586bc16b1755ba39aed /Src/Zle | |
parent | 5a0fcee1aee3ca8e56ad51d4764c139ce0f0e1c5 (diff) | |
download | zsh-8c1b6f8064435404136ba182189247681f6e234a.tar.gz zsh-8c1b6f8064435404136ba182189247681f6e234a.tar.xz zsh-8c1b6f8064435404136ba182189247681f6e234a.zip |
zsh-workers/8715
Diffstat (limited to 'Src/Zle')
-rw-r--r-- | Src/Zle/complist.mdd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/Zle/complist.mdd b/Src/Zle/complist.mdd index 16cd5f1af..4b6a5afe8 100644 --- a/Src/Zle/complist.mdd +++ b/Src/Zle/complist.mdd @@ -1,3 +1,3 @@ -moddeps="complete" +moddeps="complete zle" objects="complist.o" |