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

Re: completion is over thinking things.



On Sun, Sep 29, 2019 at 11:42 AM Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
>
> Not to tempt the Gods, but if I changed the order:
>
> zstyle ':completion:*' completer _files _expand _complete
>
> ... would I get files offered first?

Yes, but in that case you'd rarely get the defined completions for the context.

Also you probably would want to keep _expand as the first function,
even if you swap the other two.



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