commit | 7a3330fc578033f06a94c23de61a23edcc59f95e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 27 23:57:57 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 27 23:57:57 2020 +0200 |
tree | 6c409568ea401ca72826f7c51399a37e1d1c299b | |
parent | 5163fcce792c9d730bf864f4d9bb07f30625cff9 [diff] [blame] |
patch 8.2.1531: Vim9: test still fails on MS-Windows Problem: Vim9: test still fails on MS-Windows. Solution: When skipping expect function to be NULL.
diff --git a/src/version.c b/src/version.c index 76241f0..35bb3c3 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1531, +/**/ 1530, /**/ 1529,