commit | 3c577f26cd5d3b8252352d66396e85c4ebe1305d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 24 21:59:54 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 24 21:59:54 2013 +0200 |
tree | 4113e3d2398a7493c076b916e52e3082598ece2c | |
parent | 1d814754c0f7c6ae913ed6549e8ac848c058ef1a [diff] [blame] |
updated for version 7.3.1011 Problem: New regexp engine is inefficient with multi-byte characters. Solution: Handle a character at a time instead of a byte at a time. Also make \Z partly work.
diff --git a/src/version.c b/src/version.c index ffc138e..1a60933 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1011, +/**/ 1010, /**/ 1009,