commit | 7280140c08799f683ef31a6c1019e283c3dc13aa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 09 11:37:50 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 09 11:37:50 2016 +0100 |
tree | 2dc49e6f778c9354c7c953ef25dd10bb1399edf9 | |
parent | e56bf15c163a921ce9e1c09c0d5b3a03efc63324 [diff] [blame] |
patch 7.4.1294 Problem: job_stop() only kills the started process. Solution: Send the signal to the process group. (Olaf Dabrunz)
diff --git a/src/version.c b/src/version.c index b5bf05e..1be6854 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1294, +/**/ 1293, /**/ 1292,