diff src/version.c @ 7473:ef60fac8f3eb v7.4.1039

commit https://github.com/vim/vim/commit/d798af8c77cf47dba74b6b69ae4eba904023981c Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 3 14:32:41 2016 +0100 patch 7.4.1039 Problem: Test 31 fails with small build. Solution: Bail out for small build. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Sun, 03 Jan 2016 14:45:05 +0100
parents c79a52efcf2f
children 6b5ce5161d6d
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1039,
+/**/
     1038,
 /**/
     1037,