commit | 75d7a069206e8f3805d30f4df4655cb18d022fa4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 01 13:24:24 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 01 13:24:24 2013 +0200 |
tree | 02ade7061c59f79a5cc2de7b93997f610cd71faa | |
parent | 36b3a011d38dc96a85ec4451ae6a3ed9cb1ac9e5 [diff] [blame] |
updated for version 7.3.1086 Problem: Old regexp engine accepts illegal range, new one doesn't. Solution: Also accept the illegal range with the new engine.
diff --git a/src/version.c b/src/version.c index 7d17122..ec0105e 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1086, +/**/ 1085, /**/ 1084,