commit | 83497f875881973df772cc4cc593766345df6c4a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 15 22:11:45 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 15 22:11:45 2022 +0100 |
tree | b74329d9c9bb4c81d77a187cd10d6ab77570d98e | |
parent | b31cb04771234556374cda45ce19dabd4a2a7fc7 [diff] [blame] |
patch 8.2.5105: test still hangs on MS-Windows Problem: Test still hangs on MS-Windows. Solution: Skip "nocatch" test the right way.
diff --git a/src/version.c b/src/version.c index 1e6d82a..4672f0e 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5105, +/**/ 5104, /**/ 5103,