commit | 51a2983904060e3d69ae31eca99169cd9d7548e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 28 22:30:35 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 28 22:30:35 2013 +0200 |
tree | fab4dc55658ba9488e39ba2ff17432bc6b72d7f5 | |
parent | 5714b80032adcaa5ecf6d92efddf61387a280d32 [diff] [blame] |
updated for version 7.3.1034 Problem: New regexp code using strange multi-byte code. Solution: Use the normal code to advance and backup pointers.
diff --git a/src/version.c b/src/version.c index 90beb47..72ad14f 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1034, +/**/ 1033, /**/ 1032,