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

Re: matcher-list question



> How can I avoid this behaviour?
Hm, nobody seems to know an answer...
Does that mean, it is not avoidable at all?

> lama:~>zsh -f
> lama% autoload -U compinit; compinit -C
> lama% zstyle ":completion:*" matcher-list 'r:|[-./_]=* r:|=*' '+l:|=*'
> lama% ls         
> foo-bar-abc  foo-bar-def  foo-bar-geh
> lama% ls bar<TAB>
> lama% ls -foobar-
> 
> I'd really prefer:
> lama% ls bar<TAB>
> lama% ls foo-bar-
> 
> What am I doing wrong?

Thanks,
 Andy.

-- 
        "C++ -- where friends can access your privates."



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