summaryrefslogtreecommitdiff
path: root/src/feature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/feature.h b/src/feature.h
index 37af4c003..74ea8d59c 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -483,6 +483,11 @@
# define FEAT_TEXT_PROP
#endif
+#if defined(FEAT_SYN_HL) && defined(FEAT_RELTIME)
+// Can limit syntax highlight time to 'redrawtime'.
+# define SYN_TIME_LIMIT 1
+#endif
+
/*
* +spell spell checking
*