diff options
Diffstat (limited to 'development/xvile/patches')
-rw-r--r-- | development/xvile/patches/inputhint.patch | 12 | ||||
-rw-r--r-- | development/xvile/patches/sh-filt.patch | 12 |
2 files changed, 0 insertions, 24 deletions
diff --git a/development/xvile/patches/inputhint.patch b/development/xvile/patches/inputhint.patch deleted file mode 100644 index 5d5ef0a1f4b9c..0000000000000 --- a/development/xvile/patches/inputhint.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru vile-9.8s.orig/x11.c vile-9.8s/x11.c ---- vile-9.8s.orig/x11.c 2014-03-30 14:53:19.000000000 -0400 -+++ vile-9.8s/x11.c 2018-10-13 13:47:53.093692915 -0400 -@@ -1819,7 +1819,7 @@ - hints = XAllocWMHints(); - - if (hints) { -- hints->flags = IconPixmapHint; -+ hints->flags |= IconPixmapHint; - hints->icon_pixmap = myIcon; - if (myMask) { - hints->flags |= IconMaskHint; diff --git a/development/xvile/patches/sh-filt.patch b/development/xvile/patches/sh-filt.patch deleted file mode 100644 index e5b8e0806c337..0000000000000 --- a/development/xvile/patches/sh-filt.patch +++ /dev/null @@ -1,12 +0,0 @@ -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); - } |