commit | a2947e2bea0e6084a76d5ba7a5a1203da39e0f4b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 11 22:44:09 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 11 22:44:09 2013 +0200 |
tree | 5f00b1a22ec8bc58497559481ddaa883bdb10233 | |
parent | 780c3e9b043dac4cbbe1ac900022ea891f7e2a3f [diff] [blame] |
updated for version 7.3.1169 Problem: New regexp engine: some work is done while executing a pattern, even though the result is predictable. Solution: Do the work while compiling the pattern.
diff --git a/src/version.c b/src/version.c index 8c64fd7..2996bad 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1169, +/**/ 1168, /**/ 1167,