Ticket #4130: patch
File patch, 382 bytes (added by vincent-opdarw@…, 19 years ago) |
---|
-
colordiff
old new 153 153 } 154 154 # Context diffs are the only flavour having '***' 155 155 # at the start of a line 156 elsif ($record =~ / \*\*\*/) {156 elsif ($record =~ /^\*\*\*/) { 157 157 $diff_type = 'diffc'; 158 158 } 159 159 # Plain diffs have NcN, NdN and NaN etc.