mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-06 09:01:13 +02:00
12 lines
496 B
Text
12 lines
496 B
Text
texinode(The compctl Module)(The complist Module)(The complete Module)(Zsh Modules)
|
|
sect(The compctl Module)
|
|
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))\
|
|
.
|