commit | 29a9e6971849b4a9eabf14fee1130d51cecfbaa7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 18:48:11 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 18:48:11 2022 +0000 |
tree | ca107de5561787d29c25b626c77a502ef4f929af | |
parent | 68eab67119734ea1efc7cef1287276d969f2713a [diff] [blame] |
patch 8.2.4445: exit test fails on MS-Windows anyway Problem: Exit test fails on MS-Windows anyway. Solution: Skip the test on MS-Windows.
diff --git a/src/version.c b/src/version.c index 646f1ed..cb6e8e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4445, +/**/ 4444, /**/ 4443,