commit | f720d0a77e393990b2171a77210565bdc82064f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 28 14:02:47 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 28 14:02:47 2019 +0200 |
tree | 06c64d67d8893900e2244a53c09722d697f6a466 | |
parent | 564344ace9ef06b22e4e60a0196c41b410ac27da [diff] [blame] |
patch 8.1.1224: MS-Windows: cannot specify font weight Problem: MS-Windows: cannot specify font weight. Solution: Add the "W" option to 'guifont'. (closes #4309) Move GUI font explanation out of options.txt.
diff --git a/src/version.c b/src/version.c index fdbb9a6..ae93dc3 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1224, +/**/ 1223, /**/ 1222,