diff src/version.c @ 8068:9c6740f2204f v7.4.1328

commit https://github.com/vim/vim/commit/12dcf024e90ab511f04a08b20fe7eedbe92096d2 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Feb 15 23:09:04 2016 +0100 patch 7.4.1328 Problem: Can't compile with +job but without +channel. (John Marriott) Solution: Add more #ifdefs.
author Christian Brabandt <cb@256bit.org>
date Mon, 15 Feb 2016 23:15:04 +0100
parents 1aa8ed4ee48b
children e4c3f6720b03
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -748,6 +748,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1328,
+/**/
     1327,
 /**/
     1326,