summaryrefslogtreecommitdiff
path: root/src/ex_docmd.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-06-06 14:01:46 +0200
committerBram Moolenaar <Bram@vim.org>2013-06-06 14:01:46 +0200
commit8a7f5a2d4379bdc16502c01456bb4dc5051ed965 (patch)
tree7d186db050fb2682a54269a598f65dbffc75cb6d /src/ex_docmd.c
parentcd2d8bb6ea55179d69aaf559942133ed8e93341e (diff)
downloadvim-git-8a7f5a2d4379bdc16502c01456bb4dc5051ed965.tar.gz
updated for version 7.3.1129v7.3.1129
Problem: Can't see what pattern in syntax highlighting is slow. Solution: Add the ":syntime" command.
Diffstat (limited to 'src/ex_docmd.c')
-rw-r--r--src/ex_docmd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ex_docmd.c b/src/ex_docmd.c
index 686ce3c9f..9b8bf8927 100644
--- a/src/ex_docmd.c
+++ b/src/ex_docmd.c
@@ -242,6 +242,9 @@ static void ex_popup __ARGS((exarg_T *eap));
# define ex_syntax ex_ni
# define ex_ownsyntax ex_ni
#endif
+#if !defined(FEAT_SYN_HL) || !defined(FEAT_RELTIME)
+# define ex_syntime ex_ni
+#endif
#ifndef FEAT_SPELL
# define ex_spell ex_ni
# define ex_mkspell ex_ni