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/version.c b/src/version.c index e8febd5..a16cfa1 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1129, +/**/ 1128, /**/ 1127,