summaryrefslogtreecommitdiffstats
path: root/development/xvile/patches/sh-filt.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/xvile/patches/sh-filt.patch')
-rw-r--r--development/xvile/patches/sh-filt.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/development/xvile/patches/sh-filt.patch b/development/xvile/patches/sh-filt.patch
new file mode 100644
index 0000000000..e5b8e0806c
--- /dev/null
+++ b/development/xvile/patches/sh-filt.patch
@@ -0,0 +1,12 @@
+diff -ru vile-9.8s.orig/filters/sh-filt.l vile-9.8s/filters/sh-filt.l
+--- vile-9.8s.orig/filters/sh-filt.l 2016-12-17 18:24:00.000000000 -0500
++++ vile-9.8s/filters/sh-filt.l 2018-10-13 13:40:34.077559351 -0400
+@@ -198,7 +198,7 @@
+ }
+ }
+ <NORMAL>{KSH_TEST_UP} { if (!pop_backtic1(yytext, yyleng, LEN_KSH_TEST_DOWN)) {
+- FLEX_PRINTF((stderr, "cannot pop '[[' level %d\n", stk_level));
++ FLEX_PRINTF((stderr, "cannot pop '\[\[' level %d\n", stk_level));
+ handle_parens(yytext, 1, 1, -1, NORMAL);
+ unput(R_BLOCK);
+ }