commit | 923d926d57d985ec8965da9d0cd3634e6b24bfe1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Feb 25 20:56:01 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Feb 25 20:56:01 2016 +0100 |
tree | 496d29c88df1994bf6aa50b51027830a922d424c | |
parent | 265f64efcf8df61cfbc93bbe103018dcfc5836e4 [diff] [blame] |
patch 7.4.1418 Problem: job_stop() on MS-Windows does not really stop the job. Solution: Make the default to stop the job forcefully. (Ken Takata) Make MS-Windows and Unix more similar.
diff --git a/src/version.c b/src/version.c index 8af0a44..214b600 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1418, +/**/ 1417, /**/ 1416,