commit | 76feaf1bfed170d2fc5c34e7e758885554ecc794 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 20 15:58:52 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 20 15:58:52 2015 +0100 |
tree | c1b056031960bb3bfdeb5f474cd7eb9350bcbef1 | |
parent | 6b31467aa7f304a80343216c11a1588dff361229 [diff] [blame] |
updated for version 7.4.665 Problem: 'linebreak' does not work properly with multi-byte characters. Solution: Compute the pointer offset with mb_head_off(). (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 265145a..a9b8043 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 665, +/**/ 664, /**/ 663,