Next: The zsh/complete Module, Previous: The zsh/clone Module, Up: Zsh Modules [Contents][Index]
The zsh/compctl module makes available two builtin commands. compctl, is the old, deprecated way to control completions for ZLE. See Completion Using compctl. The other builtin command, compcall can be used in user-defined completion widgets, see Completion Widgets.