commit | 3d031a0ae791f901c0c2dedd5d8b9de137c23acc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 11 22:57:34 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 11 22:57:34 2021 +0100 |
tree | b562654cd5310fc5d807120b5230ff7d22186766 | |
parent | 37f341d7236ff8a1e886bbb0f0ba0700ad589373 [diff] [blame] |
patch 8.2.3499: GUI geometry startup test fails Problem: GUI geometry startup test fails. Solution: Check string values instead of numbers
diff --git a/src/version.c b/src/version.c index c916c5e..8497e7d 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3499, +/**/ 3498, /**/ 3497,