commit | 2d6d76f9cd3c5dca0676491d7d60ff7685942487 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 04 23:18:35 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 04 23:18:35 2019 +0100 |
tree | 5492d11d37d044c65926936cd40005bbfe66c2cc | |
parent | 0630bb6580237fe01db22a84885c10f12580f7af [diff] [blame] |
patch 8.1.2255: ":term ++shell" does not work on MS-Windows Problem: ":term ++shell" does not work on MS-Windows. Solution: Add MS-Windows support.
diff --git a/src/version.c b/src/version.c index 79f3576..4315a17 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2255, +/**/ 2254, /**/ 2253,