commit | b376aa2da4211fee7eaf16450bb8b37674e45bb0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Oct 11 16:08:32 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Oct 11 16:08:32 2021 +0100 |
tree | 5162e4b665c2b47732d1801cf802d7b26e3dbfe2 | |
parent | b07626d4afa73dd2af0f03c0d59eed25ee159ef9 [diff] [blame] |
patch 8.2.3495: GUI geometry startup test fails on some systems Problem: GUI geometry startup test fails on some systems. (Drew Vogel) Solution: Add tolerance to the size check. (closes #8815)
diff --git a/src/version.c b/src/version.c index f5c8d76..2ef2946 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3495, +/**/ 3494, /**/ 3493,