commit | 07b761a012958ca91fa420f9c86a33675ddca943 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 26 16:06:01 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 26 16:06:01 2020 +0200 |
tree | eff146da8cc8009b0f63f3e5afcdd4171ce953b8 | |
parent | 99fa721944dda9d07c53c907c33466728df5c271 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 8c4cc71..392ac18 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 645, +/**/ 644, /**/ 643,