mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 06:53:35 -04:00
and many small improvements. See comments in zman.yo for the usage of new yodl macros for cross reference.
9 lines
402 B
Plaintext
9 lines
402 B
Plaintext
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).
|