1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2013-05-25 22:04:23 +02:00
parent aae4883e01
commit 47196581b8
2 changed files with 29 additions and 19 deletions

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1019,
/**/
1018,
/**/