commit | d75799ab7f712738795919005046b15d6ac356f8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 05 11:05:17 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 05 11:05:17 2013 +0200 |
tree | 5a642158545745331102c1b907a0baf9a21a7b1c | |
parent | 78eae9aaf7d73ab676d7adecb77765834dccc460 [diff] [blame] |
updated for version 7.3.1117 Problem: New regexp engine: \%[abc] not supported. Solution: Implement \%[abc]. Add tests.
diff --git a/src/version.c b/src/version.c index 3677adc..aca06c0 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1117, +/**/ 1116, /**/ 1115,