0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

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.
This commit is contained in:
Bram Moolenaar
2018-12-13 23:05:56 +01:00
parent 98aefe7c32
commit 2fa7fad831
2 changed files with 3 additions and 1 deletions

View File

@@ -505,7 +505,7 @@
* +textprop Text properties
*/
#if defined(FEAT_EVAL) && defined(FEAT_SYN_HL)
# define FEAT_TEXT_PROP
// # define FEAT_TEXT_PROP
#endif
/*

View File

@@ -799,6 +799,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
580,
/**/
579,
/**/