Bugfix: Properly display diffs of diffs.

This commit is contained in:
Roland Illig 2004-08-15 18:14:18 +00:00
parent e9be8219a0
commit bd00bef955
1 changed files with 3 additions and 3 deletions

View File

@ -10,9 +10,9 @@ context default
context exclusive linestart @@*@@ \n brightcyan
context exclusive linestart Index:\s \n black white
context linestart diff \n white red
context linestart --- \n brightmagenta
context linestart \+\+\+ \n brightmagenta
context linestart \*\*\* \n brightmagenta
context linestart ---\s \n brightmagenta
context linestart \+\+\+\s \n brightmagenta
context linestart \*\*\*\s \n brightmagenta
context linestart === \n brown
context linestart \+ \n brightgreen
context linestart > \n brightgreen