Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
help with matcher-list style
- X-seq: zsh-users 13774
- From: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- To: Zsh list <zsh-users@xxxxxxxxxx>
- Subject: help with matcher-list style
- Date: Wed, 28 Jan 2009 21:43:12 -0500
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Reply-to: gak@xxxxxxxxxxxxxx
Hi,
I'm currently using this matcher-list setting:
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' '+ l:|=* r:|=*'
Is there any way to have the substring completion not match an
underscore at the beginning of the trial completion?
I think I essentially want 'l:|=[^_]*' but ordinary shell patterns
do not seem to be supported.
thanks,
Greg
Messages sorted by:
Reverse Date,
Date,
Thread,
Author