commit | 188c57bcd180ea88911e3083920246c8b28b1ce7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 16:22:06 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 16:22:06 2013 +0200 |
tree | e1b23ad265d36f380575c7a98c30078634012596 | |
parent | f75125528325b396556eee58e4b2cb9622da4f14 [diff] [blame] |
updated for version 7.3.1131 Problem: New regexp engine is a bit slow. Solution: Do not clear the state list. Don't copy syntax submatches when not used.
diff --git a/src/version.c b/src/version.c index ec88b8d..440f59a 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1131, +/**/ 1130, /**/ 1129,