commit | 433a5eb9de861dd01ea3b3dfa3b8fe23527cab54 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 16:24:16 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 16:24:16 2019 +0100 |
tree | 8ca2584bcc3dfce7f1a19c06f0346439695a2cda | |
parent | ef7f0e367eeaf6fb31b1caa0e3de1a4b07e86af3 [diff] [blame] |
patch 8.1.1081: MS-Windows: cannot use some fonts Problem: MS-Windows: cannot use fonts whose name cannot be represented in the current code page. Solution: Use wide font functions. (Ken Takata, closes #4000)
diff --git a/src/version.c b/src/version.c index 508736a..fad51e2 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1081, +/**/ 1080, /**/ 1079,