mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-18 15:21:16 +02:00
12 lines
477 B
Text
12 lines
477 B
Text
texinode(The compctl Module)(The complist Module)(The comp1 Module)(Zsh Modules)
|
|
sect(The compctl Module)
|
|
The tt(compctl) module makes available several builtin commands. tt(compctl),
|
|
is the standard way to control completions for ZLE. See
|
|
ifzman(zmanref(zshcompctl))\
|
|
ifnzman(noderef(Programmable Completion Using compctl))\
|
|
.
|
|
The other builtin commands can be used in user-defined completion widgets,
|
|
see
|
|
ifzman(zmanref(zshcompwid))\
|
|
ifnzman(noderef(Completion Widgets))\
|
|
.
|