commit | fa5d8a191d0f2deacffebf62dced5c2198cc0880 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Mar 13 14:55:23 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Mar 13 14:55:23 2020 +0100 |
tree | 0c0e8bc225a93396cf6e4e3867654e7241c62a84 | |
parent | 8210693795d6d0d51bf5b70674d4539cdde0330b [diff] [blame] |
patch 8.2.0376: nasty callback test fails on some systems Problem: Nasty callback test fails on some systems. Solution: Increase the sleep time.
diff --git a/src/version.c b/src/version.c index 2e720ad..a1a4a88 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 376, +/**/ 375, /**/ 374,