summaryrefslogtreecommitdiffstats
path: root/abs/core/vi/fix-tubesize-short-overflow.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2018-03-26 16:09:20 (GMT)
committerBritney Fransen <brfransen@gmail.com>2018-03-26 16:09:20 (GMT)
commit2e3526ac5a45e9318944c69d844cdf376ed7f255 (patch)
tree424a8b681273f0901dd78db2211cf3a829e196fb /abs/core/vi/fix-tubesize-short-overflow.patch
parent5f2326da87033ebe199aa2b8af8ea39e09d5d4f0 (diff)
downloadlinhes_pkgbuild-2e3526ac5a45e9318944c69d844cdf376ed7f255.zip
linhes_pkgbuild-2e3526ac5a45e9318944c69d844cdf376ed7f255.tar.gz
linhes_pkgbuild-2e3526ac5a45e9318944c69d844cdf376ed7f255.tar.bz2
vi: update to 070224
Diffstat (limited to 'abs/core/vi/fix-tubesize-short-overflow.patch')
-rw-r--r--abs/core/vi/fix-tubesize-short-overflow.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/abs/core/vi/fix-tubesize-short-overflow.patch b/abs/core/vi/fix-tubesize-short-overflow.patch
new file mode 100644
index 0000000..46cc2af
--- /dev/null
+++ b/abs/core/vi/fix-tubesize-short-overflow.patch
@@ -0,0 +1,12 @@
+diff -upr ex-070224.orig/ex_vis.h ex-070224/ex_vis.h
+--- ex-070224.orig/ex_vis.h 2005-08-06 14:41:15.000000000 +0300
++++ ex-070224/ex_vis.h 2015-05-02 20:41:13.938665281 +0300
+@@ -104,7 +104,7 @@ var enum {
+ */
+ var short TUBELINES;
+ var short TUBECOLS;
+-var short TUBESIZE;
++var int TUBESIZE;
+
+ /*
+ * The screen in visual and crtopen is of varying size; the basic