mirror of https://github.com/MidnightCommander/mc
* syntax/diff.syntax: Lines starting with a <tab> character are
displayed like lines starting with a <space>. This is for the cvs diff -T option.
This commit is contained in:
parent
aa262c3482
commit
455b0d006e
|
@ -1,3 +1,9 @@
|
|||
2005-05-14 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* syntax/diff.syntax: Lines starting with a <tab> character are
|
||||
displayed like lines starting with a <space>. This is for the
|
||||
cvs diff -T option.
|
||||
|
||||
2005-05-13 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* configure.ac: Require Autoconf 2.53 or newer.
|
||||
|
|
|
@ -10,6 +10,7 @@ context default yellow
|
|||
context exclusive linestart @@*@@ \n brightcyan
|
||||
context exclusive linestart Index:\s \n black white
|
||||
context exclusive linestart \s \n lightgray blue
|
||||
context exclusive linestart \t \n lightgray blue
|
||||
context linestart diff \n white red
|
||||
context linestart ---\s \n brightmagenta
|
||||
context linestart \+\+\+\s \n brightmagenta
|
||||
|
|
Loading…
Reference in New Issue