1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-28 15:21:03 +01:00
zsh/Doc/Zsh/mod_compctl.yo
Jun-ichi Takimoto 33aafecc7e 53821: add missing manpage name in cross reference
and many small improvements. See comments in zman.yo for the usage
of new yodl macros for cross reference.
2025-07-18 23:26:56 +09:00

8 lines
402 B
Text

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).