aboutsummaryrefslogtreecommitdiffstats
path: root/testing/neatvi/conf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/neatvi/conf.patch')
-rw-r--r--testing/neatvi/conf.patch16
1 files changed, 10 insertions, 6 deletions
diff --git a/testing/neatvi/conf.patch b/testing/neatvi/conf.patch
index 1fdc92ddee1..66b8bbb76ca 100644
--- a/testing/neatvi/conf.patch
+++ b/testing/neatvi/conf.patch
@@ -1,10 +1,14 @@
---- a/conf.h.orig 2017-10-01 09:07:44.000000000 +0200
-+++ b/conf.h 2018-11-20 18:54:51.484850964 +0100
-@@ -12,6 +12,7 @@ static struct filetype {
- {"mk", "Makefile$|makefile$|\\.mk$"}, /* makefile */
- {"sh", "\\.sh$"}, /* shell script */
+diff --git a/conf.h b/conf.h
+index 4435a91..0e055cf 100644
+--- a/conf.h
++++ b/conf.h
+@@ -17,7 +17,8 @@ static struct filetype {
+ {"py", "\\.py$"}, /* python */
+ {"bib", "bib$"}, /* refer */
{"nm", "\\.nm$"}, /* neatmail */
-+ {"sh", ".$"}, /* everything else */
+- {"diff", "\\.(patch|diff)$"} /* diff */
++ {"diff", "\\.(patch|diff)$"}, /* diff */
++ {"sh", ".$"} /* everything else */
};
/* syntax highlighting patterns */