about summary refs log tree commit diff
path: root/Doc/Zsh/mod_compctl.yo
blob: 4379f4fa93a3091b4ea043c0df69539ff4c40749 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
COMMENT(!MOD!
The tt(compctl) builtin for controlling completion.
!MOD!)
The tt(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(Programmable 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))\
.