commit | d385b5d329a6a98539fa21cfb60ed632cd03d544 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 27 22:43:08 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 27 22:43:08 2018 +0100 |
tree | 8c36f6a03740673b2b165589e19a960010ec6da5 | |
parent | b09c684195d803137d52c34fb4d3a410be5ac10f [diff] [blame] |
patch 8.1.0647: MS-Windows: balloon_show() does not handle wide characters Problem: MS-Windows: balloon_show() does not handle wide characters. Solution: Use CreateWindowExW(). (Yasuhiro Matsumoto, closes #3708)
diff --git a/src/version.c b/src/version.c index 01593ee..6178a84 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 647, +/**/ 646, /**/ 645,