1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 01:11:37 +02:00
zsh/Src/Zle/complete.mdd

15 lines
407 B
Plaintext
Raw Normal View History

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/*'
1999-10-26 17:36:11 +02:00
moddeps="zsh/zle"
1999-10-26 17:36:11 +02:00
autobins="compadd compset"
1999-10-26 17:36:11 +02:00
autoprefixconds="prefix suffix between after"
headers="comp.h"
1999-10-26 17:36:11 +02:00
objects="complete.o compcore.o compmatch.o compresult.o"