commit | f878bf0da229d6abad4767e8f5da883cce4eaaca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 21 21:20:20 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 21 21:20:20 2013 +0200 |
tree | 982a6444a3de3da4f25fc882a2089794a9208329 | |
parent | e6ae6225b4abd914b13648638c58bb253124473a [diff] [blame] |
updated for version 7.3.999 Problem: New regexp engine sets curbuf temporarily. Solution: Use reg_buf instead, like the old engine.
diff --git a/src/version.c b/src/version.c index 5466674..ae257e9 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 999, +/**/ 998, /**/ 997,