1
0
forked from aniani/vim

updated for version 7.4.158

Problem:    Pattern containing \zs is not handled correctly by substitute().
Solution:   Change how an empty match is skipped. (Yukihiro Nakadaira)
This commit is contained in:
Bram Moolenaar
2014-01-23 20:09:34 +01:00
parent b4d587cbd9
commit 8af269186c
4 changed files with 44 additions and 9 deletions

View File

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