2000-04-01 22:43:43 +02:00
|
|
|
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
|
1999-04-15 20:05:35 +02:00
|
|
|
ifzman(zmanref(zshcompctl))\
|
2000-04-01 22:43:43 +02:00
|
|
|
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))\
|
1999-04-15 20:05:35 +02:00
|
|
|
.
|