0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

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.
This commit is contained in:
Bram Moolenaar
2019-11-04 23:18:35 +01:00
parent 0630bb6580
commit 2d6d76f9cd
3 changed files with 39 additions and 17 deletions

View File

@@ -741,6 +741,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2255,
/**/
2254,
/**/