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

Re: Duplicate results in _python - (Re: [MINOR BUG] Duplicate results in tab-menu)



On Sat, Jun 25, 2022 at 10:15 PM Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> Leave off the final * and you can leave the
> number-match for python version.

Either of these also works:

# Leave out one colon
zstyle ':completion::complete:python<->#(.<->)#:*' list-dirs-first false

# Leave out the word "complete"
zstyle ':completion:*:python<->#(.<->)#::*' list-dirs-first false




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