summaryrefslogtreecommitdiff
path: root/src/feature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/feature.h b/src/feature.h
index 9e87345dc..9615a9fa4 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).