Honor user's syntax coloring preference in unified view
We used to disable syntax coloring in the unified view, because it
conflicted with the unified view's coloring of added lines with
green text and deleted lines with red text. We used to do that
text coloring here because it matches what `git diff --color`
does on the command line, and because our table didn't color out
rows fully, resulting in a messy display.
We've since fixed the background coloring of our table rows,
and even support syntax coloring on top of that, and intraline
difference coloring, and it all looks just fine when viewing say
a Bourne shell script.
So stop messing with the user's settings and just honor them exactly
as they are.
Bug: issue 671
Change-Id: I3b7f21efb558429a7fd25158f2d62834c2ba56bf
Signed-off-by: Shawn O. Pearce <sop@google.com>
1 file changed