commit | 40ea1da14ba196a23309789852e1b663fd92e3a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 19 22:33:35 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 19 22:33:35 2016 +0100 |
tree | 6b5807598b0892e3947262ac3c5f169be92aa1e2 | |
parent | ed5a78e11c80c7b13b233149fd4273b71fc96262 [diff] [blame] |
patch 7.4.1356 Problem: Job and channel options parsing is scattered. Solution: Move all option value parsing to get_job_options();
diff --git a/src/version.c b/src/version.c index 84bcb34..c498942 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1356, +/**/ 1355, /**/ 1354,