commit | cd39bbcd1dd5bdc280f0fa5833b1107853f1227f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 17 10:05:42 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 17 10:05:42 2016 +0100 |
tree | a42e412199d3922d7d787d2bda2e79852f07d6f2 | |
parent | e74e8e7d758e9312165a931f176185f07a64231a [diff] [blame] |
patch 7.4.1343 Problem: Can't compile with +job but without +channel. (Andrei Olsen) Solution: Move get_job_options up and adjust #ifdef.
diff --git a/src/version.c b/src/version.c index e77457b..4f59a61 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1343, +/**/ 1342, /**/ 1341,