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

Re: disable substring match on command name






----- Original Message -----
From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>

>> But your solution possible would not work if command is entered
>> after pipe symbol.
>> 
>> echo 1 2 | sort
>>  
>> In that example sort would NOT be the first word but 4th or 5th.

> Just to clear this up:  It would still be the 1st word.

Oh that's great. Thanks for clarification.


>> I removed matcher-list line.

> ... because matcher-list is applied ALONG WITH the "matcher" style

Actually it works even with empty matcher-list but then I suppose
no point in keeping it.


> Here, though, is some related clarification of the docs.
> diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo

Is that a proposed diff to doc or you have already added
it? (Dont know if you are one of the developers)

Thanks again,

AMM.




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