1
0
forked from aniani/vim

updated for version 7.3.1093

Problem:    New regexp engine: When a sub expression is empty \1 skips a
            character.
Solution:   Make \1 try the current position when the match is emtpy.
This commit is contained in:
Bram Moolenaar
2013-06-02 16:07:10 +02:00
parent 69afb7bf0a
commit b122e9798e
4 changed files with 9 additions and 4 deletions

View File

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