diff options
| author | Bram Moolenaar <Bram@vim.org> | 2016-10-29 14:55:00 +0200 |
|---|---|---|
| committer | Bram Moolenaar <Bram@vim.org> | 2016-10-29 14:55:00 +0200 |
| commit | fb63090b62801d718fe7e1f44407358404c08724 (patch) | |
| tree | 1836fbe7b4dc907b300d31935b9421a49df4532c /src/version.c | |
| parent | 60ef3e81f4a54d9f7ee617d57021f0811ec8ada5 (diff) | |
| download | vim-git-8.0.0054.tar.gz | |
patch 8.0.0054v8.0.0054
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. Now only when there is no job object.
(Yasuhiro Matsumoto, closes #1203)
Diffstat (limited to 'src/version.c')
| -rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 47c65d6e3..68aff327f 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 54, +/**/ 53, /**/ 52, |
