diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-05-25 22:04:23 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-05-25 22:04:23 +0200 |
commit | 47196581b85ff0cf86d8b8093fbf75ebfd4d9abe (patch) | |
tree | 87bfc07ec998aa49e8abe3cc00fb794bbb395d4d /src/version.c | |
parent | aae4883e01d70d6075e250f4116b6888aca93594 (diff) | |
download | vim-47196581b85ff0cf86d8b8093fbf75ebfd4d9abe.zip |
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.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index ed45156b8..0c4fe73e7 100644 --- a/src/version.c +++ b/src/version.c @@ -729,6 +729,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1019, +/**/ 1018, /**/ 1017, |