commit | 6cf3151f0e3839332c89367b7384c395a1185927 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 05 15:01:05 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 05 15:01:05 2022 +0000 |
tree | 3f062b09dacda5b657e2b84c50196c9faebb1169 | |
parent | c216a7a21a25a701b84b79abc1ba6ab0baa3a311 [diff] [blame] |
patch 9.0.1008: test for swapfilelist() fails on MS-Windows Problem: Test for swapfilelist() fails on MS-Windows. Solution: Only check the tail of the path. Mark a test as flaky.
diff --git a/src/version.c b/src/version.c index 4a15f43..ce1aba0 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1008, +/**/ 1007, /**/ 1006,