]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0647: MS-Windows: balloon_show() does not handle wide characters v8.1.0647
authorBram Moolenaar <Bram@vim.org>
Thu, 27 Dec 2018 21:43:08 +0000 (22:43 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 27 Dec 2018 21:43:08 +0000 (22:43 +0100)
commitd385b5d329a6a98539fa21cfb60ed632cd03d544
tree8c36f6a03740673b2b165589e19a960010ec6da5
parentb09c684195d803137d52c34fb4d3a410be5ac10f
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)
src/gui_w32.c
src/version.c