diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-08 08:16:32 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-08 08:16:32 +0000 |
commit | 92637abbb870dc35e1af9150741f7b11587a3350 (patch) | |
tree | 0720a090889ec58db87992e6a4e9712a1c939739 /Src/Zle/complete.mdd | |
parent | c15091b7d196c8fcc15bf8f13f8c7ccf62479b85 (diff) | |
download | zsh-92637abbb870dc35e1af9150741f7b11587a3350.tar.gz zsh-92637abbb870dc35e1af9150741f7b11587a3350.tar.xz zsh-92637abbb870dc35e1af9150741f7b11587a3350.zip |
misc. completion cleanups and changes (11242)
Diffstat (limited to 'Src/Zle/complete.mdd')
-rw-r--r-- | Src/Zle/complete.mdd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Src/Zle/complete.mdd b/Src/Zle/complete.mdd index 628058e2a..8d4a59d66 100644 --- a/Src/Zle/complete.mdd +++ b/Src/Zle/complete.mdd @@ -1,11 +1,11 @@ -hasexport=1 +name=zsh/complete -moddeps="zle" +moddeps="zsh/zle" -autobins="compgen compadd compset" +autobins="compadd compset" autoprefixconds="prefix suffix between after" -autoparams="compmatchers" +headers="comp.h" -objects="complete.o" +objects="complete.o compcore.o compmatch.o compresult.o" |