commit | 26c2f3fc4e77a9cda5f9731d7188f04d240fa0bb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 26 22:56:19 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 26 22:56:19 2013 +0200 |
tree | 7d29309526ac1e2001a50c521e66f352e9c448c6 | |
parent | 963fee2d694cd2033ef67045e54ce549bf198c28 [diff] [blame] |
updated for version 7.3.1029 Problem: New regexp performance: Unused position state being copied. Solution: Keep track of which positions are actually valid.
diff --git a/src/version.c b/src/version.c index 2c0b4f4..3eb2d05 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1029, +/**/ 1028, /**/ 1027,