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

Re: Regression affecting completion with NO_CASE_GLOB



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