about summary refs log tree commit diff stats
path: root/filters
diff options
context:
space:
mode:
Diffstat (limited to 'filters')
-rwxr-xr-xfilters/hldiff2
1 files changed, 1 insertions, 1 deletions
diff --git a/filters/hldiff b/filters/hldiff
index b672e21..a17f17b 100755
--- a/filters/hldiff
+++ b/filters/hldiff
@@ -25,7 +25,7 @@ BEGIN {
 	} else {
 		if ($0 ~ /^-/) {
 			print red $0 reset
-		} else if ($0 ~ /^+/) {
+		} else if ($0 ~ /^\+/) {
 			print green $0 reset
 		} else if ($0 ~ /^ /) {
 			print $0