From bd00bef955f4c638f2a0fce958bfb65f39ba1913 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Sun, 15 Aug 2004 18:14:18 +0000 Subject: [PATCH] Bugfix: Properly display diffs of diffs. --- syntax/diff.syntax | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/syntax/diff.syntax b/syntax/diff.syntax index 3df800615..cf0553709 100644 --- a/syntax/diff.syntax +++ b/syntax/diff.syntax @@ -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