On Sat, Feb 11, 2023 at 1:19 PM Pier Paolo Grassi <pierpaolog@xxxxxxxxx> wrote:
>
> Hello, there are some completion functions that aren't loaded, it appears.
>
> it's not even listed. The completion function is defined in
> /usr/share/zsh/vendor-completions
That means it's provided by the OS zsh package, it's not present in
the zsh source tree.
> What can I do to debug the issue?
Check that the file starts with either
#compdef ...
or
#autoload