diff src/feature.h @ 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 9df130fd5e0d
children 7960bf50d345
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
 
 /*