On Wed, Sep 20, 2023 at 11:38 AM Sebastian Gniazdowski
<sgniazdowski@xxxxxxxxx> wrote:
>
> Hi,
> I'm completing some `@functions` and one returned element isn't necessary. Is it possible to hide it, filter it out? To not drr it after @<TAB>?
This:
zstyle ':completion:*:functions' ignored-patterns '@blah'
Roman.