1
0
forked from aniani/vim

patch 8.2.0645: MS-Windows terminal: CTRL-C does not get to child job

Problem:    MS-Windows terminal: CTRL-C does not get to child job.
Solution:   Remove CREATE_NEW_PROCESS_GROUP from CreateProcessW(). (Nobuhiro
            Takasaki, closes #5987)
This commit is contained in:
Bram Moolenaar
2020-04-26 16:06:01 +02:00
parent 99fa721944
commit 07b761a012
2 changed files with 3 additions and 2 deletions

View File

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