]> granicus.if.org Git - vim/commitdiff
patch 8.1.0580: invalid memory access when using text properties v8.1.0580
authorBram Moolenaar <Bram@vim.org>
Thu, 13 Dec 2018 22:05:56 +0000 (23:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 13 Dec 2018 22:05:56 +0000 (23:05 +0100)
Problem:    Invalid memory access when using text properties.
Solution:   Disable text properties for now.

src/feature.h
src/version.c

index 9615a9fa49e8767a7774bec00961616add2d93f0..404461cc63b5ada0d3a6dcf1015e5fe7cc542661 100644 (file)
  * +textprop           Text properties
  */
 #if defined(FEAT_EVAL) && defined(FEAT_SYN_HL)
-# define FEAT_TEXT_PROP
+// # define FEAT_TEXT_PROP
 #endif
 
 /*
index 2c4dd72edae7691a43dd08cff4cf58693708403a..9f097afa411adb14e60557ff02812d9c7e2502e2 100644 (file)
@@ -799,6 +799,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    580,
 /**/
     579,
 /**/