forked from aniani/vim
patch 8.1.0579: cannot attach properties to text
Problem: Cannot attach properties to text. Solution: First part of adding text properties.
This commit is contained in:
@@ -501,6 +501,13 @@
|
||||
# define FEAT_CONCEAL
|
||||
#endif
|
||||
|
||||
/*
|
||||
* +textprop Text properties
|
||||
*/
|
||||
#if defined(FEAT_EVAL) && defined(FEAT_SYN_HL)
|
||||
# define FEAT_TEXT_PROP
|
||||
#endif
|
||||
|
||||
/*
|
||||
* +spell spell checking
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user