commit | 8e7048ca4b699bbdb8452c0f8c642bfd66cc7bf4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 12 18:39:22 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 12 18:39:22 2014 +0200 |
tree | c53e7f1de5f3c0bb3ab1c0ef29811feb08ecf174 | |
parent | e639eb44e9ca063f682f064095aa98fc781f5df1 [diff] [blame] |
updated for version 7.4.323 Problem: Substitute() with zero width pattern breaks multi-byte character. Solution: Take multi-byte character size into account. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index 5556ed7..93046dd 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 323, +/**/ 322, /**/ 321,