changeset 15140:fd2286799026 v8.1.0580

patch 8.1.0580: invalid memory access when using text properties commit https://github.com/vim/vim/commit/2fa7fad831a860b627b5d6980aae0eeebfda0b3b Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 13 23:05:56 2018 +0100 patch 8.1.0580: invalid memory access when using text properties Problem: Invalid memory access when using text properties. Solution: Disable text properties for now.
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Dec 2018 23:15:05 +0100
parents 3fef85bcc5a8
children 0ea0a6a7d099
files src/feature.h src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/feature.h
+++ b/src/feature.h
@@ -505,7 +505,7 @@
  * +textprop		Text properties
  */
 #if defined(FEAT_EVAL) && defined(FEAT_SYN_HL)
-# define FEAT_TEXT_PROP
+// # define FEAT_TEXT_PROP
 #endif
 
 /*
--- a/src/version.c
+++ b/src/version.c
@@ -800,6 +800,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    580,
+/**/
     579,
 /**/
     578,