commit | fa9a8e0fd1143d2b47611c6cc13e32f6283448a4 | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Sun Dec 12 16:42:09 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 12 16:42:09 2021 +0000 |
tree | ea1534407f0a03ff5c03c2a1d14db6be6f2c679f | |
parent | 6ae8fae8696623b527c7fb22567f6a3705b2f0dd [diff] [blame] |
patch 8.2.3789: Test_window_minimal_size can fail on a slow machine Problem: Test_window_minimal_size can fail on a slow machine. Solution: Do not rely on timers firing at the expected time. (Ozaki Kiichi, closes #9335)
diff --git a/src/version.c b/src/version.c index 09bbb91..ac574d5 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3789, +/**/ 3788, /**/ 3787,