commit | a6ce1ccf5c10baa5c2a25897c46961d751a21dda | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 28 19:23:11 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 28 19:23:11 2017 +0200 |
tree | a4738c5d9aabba0fad6851b23f4120ab629c720f | |
parent | b9fce6cbf7ed0a2766582c5db797ccf99a838a13 [diff] [blame] |
patch 8.0.1234: MS-Windows: composing chars are not shown properly Problem: MS-Windows: composing characters are not shown properly. Solution: Pass base character and composing characters to the renderer at once. (Ken Takata, closes #2206)
diff --git a/src/version.c b/src/version.c index d6b3209..24557e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1234, +/**/ 1233, /**/ 1232,