commit | b31cb04771234556374cda45ce19dabd4a2a7fc7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 15 21:28:55 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 15 21:28:55 2022 +0100 |
tree | 43d4581729c3d63ce9299f6815e1ea2cd2342761 | |
parent | 34f99584c73f91bcc8ca5236557a2a09335e1e43 [diff] [blame] |
patch 8.2.5104: test hangs on MS-Windows Problem: Test hangs on MS-Windows. Solution: Skip another test on MS-Windows.
diff --git a/src/version.c b/src/version.c index e3c52b7..1e6d82a 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5104, +/**/ 5103, /**/ 5102,