blob: 3de97404e3cc79a797060e8cc1d8f5b7febb0a47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
name=zsh/complete
link=either
load=yes
functions='Completion/comp* Completion/*/*/*'
moddeps="zsh/zle"
autobins="compadd compset"
autoprefixconds="prefix suffix between after"
headers="comp.h"
objects="complete.o compcore.o compmatch.o compresult.o"
|