commit | d79862599d8cdd2186480dda1cf990d4ca0134fe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jun 17 21:33:41 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jun 17 21:33:41 2013 +0200 |
tree | ff104c148bc65c506fc8df4a33e6ee67ba6282fd | |
parent | 6324c3b920ce9efa57884768fc6d9cb208f8e983 [diff] [blame] |
updated for version 7.3.1217 Problem: New regexp engine: Can't handle \%[[ao]]. (Yukihiro Nakadaira) Solution: Support nested atoms inside \%[].
diff --git a/src/version.c b/src/version.c index e1c4ebc..86f8a85 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1217, +/**/ 1216, /**/ 1215,