I've noticed a little typo (i think) in the TODO bundle It's in the CHANGED part. It wasn't case sensitive and after a quick look i saw { :label => "CHANGED", :color => "#008000", :regexp => /CHANGED [\s,:]+(\S.*)$/i }, the "i" was missing and the end of the regex Maybe it was done on purpose .. then i didn't say anything
Regards J.
On 24. Mar 2007, at 01:09, Jasper van der Meulen wrote:
I've noticed a little typo (i think) in the TODO bundle It's in the CHANGED part. It wasn't case sensitive and after a quick look i saw { :label => "CHANGED", :color => "#008000", :regexp => /CHANGED [\s,:]+(\S.*)$/i }, the "i" was missing and the end of the regex Maybe it was done on purpose .. then i didn't say anything
This is on purpose, as ‘changed’ (case insensitive) would lead to many false positives (for some projects), unlike ‘fixme’ and ‘todo’.