comparison 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
comparison
equal deleted inserted replaced
15139:3fef85bcc5a8 15140:fd2286799026
503 503
504 /* 504 /*
505 * +textprop Text properties 505 * +textprop Text properties
506 */ 506 */
507 #if defined(FEAT_EVAL) && defined(FEAT_SYN_HL) 507 #if defined(FEAT_EVAL) && defined(FEAT_SYN_HL)
508 # define FEAT_TEXT_PROP 508 // # define FEAT_TEXT_PROP
509 #endif 509 #endif
510 510
511 /* 511 /*
512 * +spell spell checking 512 * +spell spell checking
513 * 513 *