commit | fa04eae5a5b9394079bde2d37ce6f9f8a5567d48 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 21 14:38:40 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 21 14:38:40 2022 +0100 |
tree | 07ac75d6e206d04d5884ab92c7547cb17dc9055f | |
parent | 155f2d1451949d1124bfd6ba9c55be6bd74bab75 [diff] [blame] |
patch 8.2.5142: startup test fails if there is a status bar Problem: Startup test fails if there is a status bar at the top of the screen. (Ernie Rael) Solution: Use a larger vertical offset in the test.
diff --git a/src/version.c b/src/version.c index 9952284..36eadfd 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5142, +/**/ 5141, /**/ 5140,