1
0
forked from aniani/vim

patch 8.0.0048

Problem:    On Windows job_stop() stops cmd.exe, not the processes it runs.
            (Linwei)
Solution:   Iterate over all processes and terminate the one where the parent
            is the job process. (Yasuhiro Matsumoto, closes #1184)
This commit is contained in:
Bram Moolenaar
2016-10-27 16:46:53 +02:00
parent 50e5376926
commit a350bab042
3 changed files with 45 additions and 26 deletions

View File

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