On Dec 12, 2006, at 12:28 AM, Ryan Wilcox wrote:
To accomplish this goal I modified the TODO bundle to skip over files whose path matches a TODO_IGNORE_PATTERN grep.
I like this idea, it will work well with project variables. In general though, we try to prepend TM specific variables with TM_, followed by the bundle name, like:
TM_TODO_IGNORE
Haris