On 11/13/21 05:18, Dennis Nezic wrote:
On Fri, 12 Nov 2021 17:48:50 +0100, Kim Woelders wrote:
On 11/11/21 21:24, Dennis Nezic wrote:
Here's a small patch for regex.c

Currently, in matches.cfg, "Title *bla ..." will match any title
with "bla" in it ... but it should only match if the title ends in
bla, right?

Right.

Patch looks good to me - pushed to git.

(Tiny improvement ... we don't need the "if (i>0)" test in that
patch ... isafter() will never return 0 ... a simple decrement is fine.)

Hmm.. then I think we can just drop the decrement if we drop the increment in the for loop too, right?

/Kim



_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to