commit | def69dffb3d09a69629b071c89b7893a1783ba53 | [log] [tgz] |
---|---|---|
author | ichizok <gclient.gaap@gmail.com> | Fri Oct 15 17:23:12 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 15 17:23:12 2021 +0100 |
tree | ba0776953bf7a1f10ac544ceb1318546ede30e58 | |
parent | eaa006dae3d5730e3b6dead27905444998b2cf8e [diff] [blame] |
patch 8.2.3515: nano time test fails on Mac and FreeBSD Problem: Nano time test fails on Mac and FreeBSD. Solution: Also check nano time when not on Linux. (Ozaki Kiichi, closes #9000)
diff --git a/src/version.c b/src/version.c index f7ebc70..f7af2d7 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3515, +/**/ 3514, /**/ 3513,