whitespace: more accurate initial-indent highlighting
commit6ad74ede7e0ccae6a8bfc1312848e22ad244f23e
authorJ. Bruce Fields <bfields@citi.umich.edu>
Sun, 16 Dec 2007 00:59:37 +0000 (15 19:59 -0500)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Sun, 16 Dec 2007 03:18:18 +0000 (15 22:18 -0500)
tree9d5bc30d5b490dec2a0778bb980f416e0eb0573b
parentcddc07b7425dc65e22d2d04cebc8857689ba066e
whitespace: more accurate initial-indent highlighting

Instead of highlighting the entire initial indent, highlight only the
problematic spaces.

In the case of an indent like ' \t \t' there may be multiple problematic
ranges, so it's easiest to emit the highlighting as we go instead of
trying rember disjoint ranges and do it all at the end.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
ws.c