about summary refs log tree commit diff
path: root/Doc/Zsh/mod_compctl.yo
blob: c4a254bb08a1f6f4533f5817452c1ba690f64ef0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
COMMENT(!MOD!zsh/compctl
The tt(compctl) builtin for controlling completion.
!MOD!)
The tt(zsh/compctl) module makes available two builtin commands. tt(compctl),
is the old, deprecated way to control completions for ZLE.  See
ifzman(zmanref(zshcompctl))\
ifnzman(noderef(Completion Using compctl))\
.
The other builtin command, tt(compcall) can be used in user-defined
completion widgets, see
ifzman(zmanref(zshcompwid))\
ifnzman(noderef(Completion Widgets))\
.