commit | 5163fcce792c9d730bf864f4d9bb07f30625cff9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Aug 27 23:37:09 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Aug 27 23:37:09 2020 +0200 |
tree | d72ae10b10c3dcb8df67de8ee2238e9d7c8185e5 | |
parent | 749639ec7248740cd271f34ec5f7bb70891b459c [diff] [blame] |
patch 8.2.1530: Vim9: test fails on MS-Windows Problem: Vim9: test fails on MS-Windows. Solution: Skip Ex command inside "if false".
diff --git a/src/version.c b/src/version.c index fcc8a46..76241f0 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1530, +/**/ 1529, /**/ 1528,