diff options
author | Bram Moolenaar <Bram@vim.org> | 2016-08-22 21:40:29 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2016-08-22 21:40:29 +0200 |
commit | f267f8bdf777073e392ada5b31d837c7b6090eb4 (patch) | |
tree | 304b0775c08e167320e8d9c6f15c61baafa493a0 /src/version.c | |
parent | 9baf297c99cc35adb921bee04369499d76438889 (diff) | |
download | vim-f267f8bdf777073e392ada5b31d837c7b6090eb4.zip |
patch 7.4.2240
Problem: Tests using the sleep time can be flaky.
Solution: Use reltime() if available. (Partly by Shane Harper)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 1cd659f86..88ea46c8b 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2240, +/**/ 2239, /**/ 2238, |