Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Regression affecting completion with NO_CASE_GLOB
- X-seq: zsh-workers 50326
- From: John Heatherington <jheatherington@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Cc: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Regression affecting completion with NO_CASE_GLOB
- Date: Thu, 2 Jun 2022 23:03:31 -0400
- Archived-at: <https://zsh.org/workers/50326>
- In-reply-to: <CAH+w=7aO_F8wjndjwYqrCf6Rx5Rp2esZe0xhVap2cYmYX2F=iQ@mail.gmail.com>
- List-id: <zsh-workers.zsh.org>
- References: <CA+h-xEA7UCtgLxtk=ysOhVr3JD8J9w9jgcu2FEFjBeMV2vD3HA@mail.gmail.com> <CAH+w=7YSbV09ZsdK9J9aT4jPgqS8u4Lq=AxQ=94D63k3U+ha5g@mail.gmail.com> <CAH+w=7aO_F8wjndjwYqrCf6Rx5Rp2esZe0xhVap2cYmYX2F=iQ@mail.gmail.com>
On Thu, Jun 2, 2022 at 10:42 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> In fact pattern_match1() calls PATMATCHRANGE() and then returns ind+1,
> whereas cfp_matcher_range() calls PATMATCHRANGE() and then uses ind
> directly, so it's pretty clear that reverting and fixing
> cfp_matcher_range() is the right way to go.
That's definitely more consistent. Thanks for the quick response!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author