Issue 468: Common lines skip causing improper coloring
Status:  Duplicate
Owner: ----
Closed:  Feb 2010
Reported by Senor...@gmail.com, Feb 24, 2010
Affected Version:
2.1.1.1

What steps will reproduce the problem?
1.Create code with multiline comment
2.make change around beginning of multiline comment, but keep end of
multiline comment common so it is skipped in "skipping X common lines..."
3.look at gerrit side by side review

What is the expected output? What do you see instead?
Expected:
Code should be properly color-coded after the skipped lines

Encountered:
Code is the same color as comment code until the end of the next commented
block

Please provide any additional information below.


/**************
comment
--- begin skipping lines
***********/
--Stop skipping lines
function blah should be color coded, but is color of comment

/******
comment
********/
function is not properly color coded
Feb 24, 2010
#1 sop@google.com
Already fixed in the upcoming 2.1.2 release.
Status: Duplicate
Labels: FixedIn-2.1.2