commit | 98aefe7c3250bb5d4153b994f878594d1745424e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 13 22:20:09 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 13 22:20:09 2018 +0100 |
tree | 262ae31c2dbf4ac0353f5564a2419a79267fa3ae | |
parent | 5c5697f29829fc3b21fc5452fe8f239f6a4cb8e1 [diff] [blame] |
patch 8.1.0579: cannot attach properties to text Problem: Cannot attach properties to text. Solution: First part of adding text properties.
diff --git a/src/feature.h b/src/feature.h index 9e87345..9615a9f 100644 --- a/src/feature.h +++ b/src/feature.h
@@ -502,6 +502,13 @@ #endif /* + * +textprop Text properties + */ +#if defined(FEAT_EVAL) && defined(FEAT_SYN_HL) +# define FEAT_TEXT_PROP +#endif + +/* * +spell spell checking * * Disabled for EBCDIC: * Doesn't work (SIGSEGV).