commit | c9e3187d053dcef03d11915b06be0c78ab45bc75 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 11 20:55:16 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 11 20:55:16 2022 +0000 |
tree | 5be6d4dc9cead130cda6a077a58db4b74fc1a74b | |
parent | 5b1d6e98c6610553fe3946086cdba77718bd69d5 [diff] [blame] |
patch 8.2.4349: FileChangedShell test fails on MS-Windows Problem: FileChangedShell test fails on MS-Windows. Solution: Skip the test on MS-Windows.
diff --git a/src/version.c b/src/version.c index dfcec91..6d09210 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4349, +/**/ 4348, /**/ 4347,