commit | 76467dfcafcf295fd987f712730774c6f55317d3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 12 19:30:26 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 12 19:30:26 2016 +0100 |
tree | 9a841fa293b8dd6ee0c8170451f45c4d1ab13abb | |
parent | 7c29f387819b5817b003d2ba73e2b5cf3cb3d0dd [diff] [blame] |
patch 7.4.1306 Problem: Job control doesn't work well on MS-Windows. Solution: Various fixes. (Ken Takata, Ozaki Kiichi , Yukihiro Nakadaira, Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index b73ad02..7a99caa 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1306, +/**/ 1305, /**/ 1304,