commit | 12dcf024e90ab511f04a08b20fe7eedbe92096d2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 15 23:09:04 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 15 23:09:04 2016 +0100 |
tree | 8402390d0e4b7ff5216ec6bd70643dc4046e87bc | |
parent | b6a7737938e7e7b34f862f58aa5498e6f652e33d [diff] [blame] |
patch 7.4.1328 Problem: Can't compile with +job but without +channel. (John Marriott) Solution: Add more #ifdefs.
diff --git a/src/version.c b/src/version.c index 74e0588..c880078 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1328, +/**/ 1327, /**/ 1326,