1
0
forked from aniani/vim

updated for version 7.4.045

Problem:    substitute() does not work properly when the pattern starts with
            "\ze".
Solution:   Detect an empty match. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2013-09-29 21:11:05 +02:00
parent 8962fda1da
commit ceb84af027
4 changed files with 14 additions and 10 deletions

View File

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