commit | d2c45a1964ddb0d9ac16c9c985051fab41f37840 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 22 22:29:00 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 22 22:29:00 2017 +0200 |
tree | 9d84b99f83994233aaa0e3895b55487b2b27a0f1 | |
parent | ec0e07a32484ab70f1c7668294c3d8d67f8aca82 [diff] [blame] |
patch 8.0.0987: terminal: second byte of double-byte char wrong Problem: terminal: second byte of double-byte char wrong Solution: Set the second byte to NUL only for utf-8 and non-multibyte.
diff --git a/src/version.c b/src/version.c index 6baf62b..6d2de86 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 987, +/**/ 986, /**/ 985,