commit | 3fa5e1326290e181215f805db17793f42cf73079 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 19 13:36:56 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 19 13:36:56 2020 +0100 |
tree | 9e5a7ea07cd15fff73852a98013efa66f4aefc3d | |
parent | 18a2b87ca27c378a555b20f14a284d2ce3511427 [diff] [blame] |
patch 8.2.0405: MSVC: build fails with some combination of features Problem: MSVC: build fails with some combination of features. Solution: Enable CHANNEL if TERMINAL is enabled. (Mike Williams)
diff --git a/src/version.c b/src/version.c index b709dbb..ed2f86d 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 405, +/**/ 404, /**/ 403,