commit | 47196581b85ff0cf86d8b8093fbf75ebfd4d9abe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 25 22:04:23 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 25 22:04:23 2013 +0200 |
tree | 87bfc07ec998aa49e8abe3cc00fb794bbb395d4d | |
parent | aae4883e01d70d6075e250f4116b6888aca93594 [diff] [blame] |
updated for version 7.3.1019 Problem: These do not work with the new regexp engine: \%o123, \%x123, \%d123, \%u123 and \%U123. Solution: Implement these items.
diff --git a/src/version.c b/src/version.c index ed45156..0c4fe73 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1019, +/**/ 1018, /**/ 1017,