commit | f267f8bdf777073e392ada5b31d837c7b6090eb4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 22 21:40:29 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 22 21:40:29 2016 +0200 |
tree | 304b0775c08e167320e8d9c6f15c61baafa493a0 | |
parent | 9baf297c99cc35adb921bee04369499d76438889 [diff] [blame] |
patch 7.4.2240 Problem: Tests using the sleep time can be flaky. Solution: Use reltime() if available. (Partly by Shane Harper)
diff --git a/src/version.c b/src/version.c index 1cd659f..88ea46c 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2240, +/**/ 2239, /**/ 2238,