commit | f8c52e8d08de3fdf48db877d7d53d2d68c6ceb7b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 12:27:23 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 12:27:23 2021 +0100 |
tree | ff53ccb4df5f66c1cec656f191cf0e665784358d | |
parent | 1e448465e1281eeb379f75fe848cbb47fe1be1d9 [diff] [blame] |
patch 8.2.2611: conditions for startup tests are not exactly right Problem: Conditions for startup tests are not exactly right. Solution: Check for type of GUI instead of MS-Windows. (Ozaki Kiichi, closes #7976)
diff --git a/src/version.c b/src/version.c index 7b0771e..dad2038 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2611, +/**/ 2610, /**/ 2609,