commit | 1adda3403d80e96446248a92ceafee036053765c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 12 15:39:40 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 12 15:39:40 2016 +0100 |
tree | 2246af28b7717bf724290ea59169c26978e803d8 | |
parent | 8950a563b306ce76f259573d91c2ddccdf52e32e [diff] [blame] |
patch 7.4.1542 Problem: job_start() with a list is not tested. Solution: Call job_start() with a list.
diff --git a/src/version.c b/src/version.c index ed48bb0..4812298 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1542, +/**/ 1541, /**/ 1540,