commit | 3650fd709807d5ac182e28d952cbd790c1ad0a6a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 23:13:40 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 23:13:40 2021 +0100 |
tree | d6bad773e15018bc76fd7a441a1ac5f6aa88ba9a | |
parent | 057e84afe5bd37fe272bf7cfafca629ef9da1bd3 [diff] [blame] |
patch 8.2.2559: MS-Windows: guifont test fails on Windows XP Problem: MS-Windows: guifont test fails on Windows XP. Solution: Check windowsversion().
diff --git a/src/version.c b/src/version.c index b623c42..67fc08c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2559, +/**/ 2558, /**/ 2557,