commit | 942d6b22686858c9e72f8b8929df5c288170179c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 19:57:16 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 07 19:57:16 2016 +0100 |
tree | b5a7516b875c224804925d8461b1859b8528472c | |
parent | 768ce2435ae956041579ef2d26e3e9d3a2444e1e [diff] [blame] |
patch 7.4.1283 Problem: The job feature isn't available on MS-Windows. Solution: Add the job feature. Fix argument of job_stop(). (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index ffa3346..dab9368 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1283, +/**/ 1282, /**/ 1281,