[patch] diff.syntax
- From: Roland Illig <roland illig gmx de>
- To: mc-devel gnome org
- Subject: [patch] diff.syntax
- Date: Sat, 14 Aug 2004 00:21:36 +0200
Hi,
I'm new to mc development and I want to commit a bugfix patch for
diff.syntax. It fixes wrong coloring for diffs of diffs.
Any comments on this?
Roland
Index: diff.syntax
===================================================================
RCS file: /cvsroot/mc/mc/syntax/diff.syntax,v
retrieving revision 1.7
diff -u -r1.7 diff.syntax
--- diff.syntax 31 Oct 2002 21:58:55 -0000 1.7
+++ diff.syntax 13 Aug 2004 22:19:15 -0000
@@ -10,9 +10,9 @@
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]