summaryrefslogtreecommitdiffstats
path: root/Doc/Zsh/mod_compctl.yo
blob: 90e9f131ecedecc212823b94e3723b6eb48a5604 (plain) (blame)
1
2
3
4
5
6
7
8
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
nmref(Completion Using compctl)(zshcompctl).
The other builtin command, tt(compcall) can be used in user-defined
completion widgets, see nmref(Completion Widgets)(zshcompwid).