commit | 8af269186c71d6835e563bfaa35fe5c50d10513d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 23 20:09:34 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 23 20:09:34 2014 +0100 |
tree | 56dc6fc4ef32c4874afd542097227de8dc45073b | |
parent | b4d587cbd9450d1a28dfb40c5204e9071f7bd955 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index b80bacd..00e1ae6 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 158, +/**/ 157, /**/ 156,