commit | 8a7f5a2d4379bdc16502c01456bb4dc5051ed965 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 14:01:46 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 14:01:46 2013 +0200 |
tree | 7d186db050fb2682a54269a598f65dbffc75cb6d | |
parent | cd2d8bb6ea55179d69aaf559942133ed8e93341e [diff] [blame] |
updated for version 7.3.1129 Problem: Can't see what pattern in syntax highlighting is slow. Solution: Add the ":syntime" command.
diff --git a/src/ex_docmd.c b/src/ex_docmd.c index 686ce3c..9b8bf89 100644 --- a/src/ex_docmd.c +++ b/src/ex_docmd.c
@@ -242,6 +242,9 @@ # 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