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

Re: Explain my matcher-list style to me :-)



On Dec 9,  9:52am, Peter Stephenson wrote:
}
} So if you type foo then the effect of l:|=* means it will match *foo
} against the possibilities, together with the other modifications.

OK, that does seem to be it.  With

zstyle ':completion:*' matcher-list 'r:|[-._,]=** r:|=**'

I get no matches for

% ls g.<TAB>

But with

zstyle ':completion:*' matcher-list 'r:|[-._,]=** r:|=** l:|=*'

I get

% ls g.<TAB>
% ls config.



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