commit | 6d197987745427801a2195836ef89e48537afbeb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Oct 05 01:19:53 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Oct 05 01:19:53 2021 +0100 |
tree | 529d4acb287be0860342cd6bb84c7e8e37bd6d02 | |
parent | d3710cf01ef6ab1b2f233866ff01dab76686f642 [diff] [blame] |
patch 8.2.3477: startup test fails on MS-Windows Problem: Startup test fails on MS-Windows. Solution: Skip the test if not on Unix.
diff --git a/src/version.c b/src/version.c index 95200c6..e65eb8c 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3477, +/**/ 3476, /**/ 3475,