From 6b7da37235092f2500de8354030b58d0cc7a25ef Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Fri, 7 Jun 2019 19:08:17 -0400 Subject: Fix hldiff regex for short stats --- contrib/plaintext | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/plaintext') diff --git a/contrib/plaintext b/contrib/plaintext index 1ed97e3..b7feb44 100755 --- a/contrib/plaintext +++ b/contrib/plaintext @@ -1,4 +1,5 @@ #!/usr/bin/env -S awk -f +# vim: set ft=awk : BEGIN { dim = "\x1B[2m" cyan = "\x1B[36m" -- cgit v1.2.3