The zsh/compctl Module
======================
The zsh/compctl module makes available two builtin commands. compctl,
is the old, deprecated way to control completions for ZLE. See Note:Completion Using compctl. The other builtin command, compcall can be
used in user-defined completion widgets, see Note:Completion Widgets.