From e88e193c5e4ea20283d08117bb1fb0323ea36ecf Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Thu, 31 Oct 2002 21:58:55 +0000 Subject: [PATCH] * syntax/diff.syntax: Revert highlighting for trailing spaces on the added lines - it extends the context to the next line. --- ChangeLog | 3 +++ syntax/diff.syntax | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 027a88aab..40b28b1fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2002-10-31 Pavel Roskin + * syntax/diff.syntax: Revert highlighting for trailing spaces + on the added lines - it extends the context to the next line. + * lib/mc.csh.in: Add quoting and check for missing file. * lib/mc.csh.in: Update to use the new -P option. This script diff --git a/syntax/diff.syntax b/syntax/diff.syntax index d129e714a..3df800615 100644 --- a/syntax/diff.syntax +++ b/syntax/diff.syntax @@ -15,9 +15,7 @@ context linestart \+\+\+ \n brightmagenta context linestart \*\*\* \n brightmagenta context linestart === \n brown context linestart \+ \n brightgreen - keyword \{\s\t\}\[\s\t\]\n white red context linestart > \n brightgreen - keyword \{\s\t\}\[\s\t\]\n white red context linestart - \n brightred context linestart < \n brightred context linestart ! \n yellow