commit | b5cf6c34e84bd52ba43c3db06ff337abbcb08326 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Aug 16 18:36:43 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Aug 16 18:36:43 2014 +0200 |
tree | c2e960cef292d1b6b5bd4259983a2da902c89a8b | |
parent | 1fc7e972b00ce271328fcb2734a321562b7194da [diff] [blame] |
updated for version 7.4.408 Problem: Visual block insert breaks a multi-byte character. Solution: Calculate the position properly. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 2b5dc45..4a876b5 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 408, +/**/ 407, /**/ 406,