diff src/version.c @ 7848:798673834bab v7.4.1221

commit https://github.com/vim/vim/commit/3c124e3ac81521ae1e7e4a9cb9597ab754b92429 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 31 14:36:58 2016 +0100 patch 7.4.1221 Problem: Including netbeans and channel support in small and tiny builds. Build fails with some interfaces. Solution: Only include these features in small build and above. Let configure fail if trying to enable an interface that won't build.
author Christian Brabandt <cb@256bit.org>
date Sun, 31 Jan 2016 14:45:04 +0100
parents 2f7ad0b85929
children 10f17a228661
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1221,
+/**/
     1220,
 /**/
     1219,