Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
matcher-list question
- X-seq: zsh-users 12227
- From: Andy Spiegl <zsh.Andy@xxxxxxxxx>
- To: ZSH User List <zsh-users@xxxxxxxxxx>
- Subject: matcher-list question
- Date: Mon, 19 Nov 2007 17:07:02 +0100
- Kreccount: 1
- Mail-followup-to: ZSH User List <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
How can I avoid this behaviour?
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.
--
Never apologize for showing feeling.
When you do so, you apologize for the truth. -- Benjamin Disraeli
Messages sorted by:
Reverse Date,
Date,
Thread,
Author