Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: peculiar zsh completion issue



On 8 Nov 2019, at 22:44, Fourhundred Thecat <400thecat@xxxxxx> wrote:
> On a server where dovecot is installed, suddenly zsh completion does not
> work for any keyword containing the keyword "dovecot".

Did you somehow add 'dovecot' (or some other pattern that matches it) to your
ignored-patterns style? Try something like...

  zstyle -L | grep -iE 'dove|ignored'

... and see if anything looks relevant

dana



Messages sorted by: Reverse Date, Date, Thread, Author