Hi,
The TODO bundle has a bug: an item like this (in perl):
# TODO: $CONNECTION_TIMEOUT
is not found. If the '$' is removed it works. Apparently some escaping issue, but I don't do enough Ruby to figure it out.
Gerd
On Aug 24, 2006, at 4:59 PM, Gerd Knops wrote:
Hi,
The TODO bundle has a bug: an item like this (in perl):
# TODO: $CONNECTION_TIMEOUT
is not found. If the '$' is removed it works. Apparently some escaping issue, but I don't do enough Ruby to figure it out.
I loosened the regex up a little to allow for this. Should work now.
James Edward Gray II