commit | 70b9e4f4c3a62e325fd16ac108bd12feb026ede5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 15:24:51 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 22 15:24:51 2022 +0000 |
tree | d459aee08dc2e491697b8c4ebf77aac9173ac216 | |
parent | 16f6c8ac94d8412075060945aa90ba90be08656f [diff] [blame] |
patch 8.2.4442: test for error reading input fails on MS-Windows Problem: Test for error reading input fails on MS-Windows. Solution: Don't run the test on MS-Windows.
diff --git a/src/version.c b/src/version.c index 0001834..deb79eb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4442, +/**/ 4441, /**/ 4440,