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)



Hopefully it's not something on my end, but it looks as though none of the following works ether
Morten

On Sun, Jun 26, 2022 at 7:18 AM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
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