diff src/version.c @ 13373:0802633a0b2d v8.0.1560

patch 8.0.1560: build failure without GUI on MS-Windows commit https://github.com/vim/vim/commit/3767b61ad99fe6ff2cace2dccb5d35331786735f Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 3 19:51:58 2018 +0100 patch 8.0.1560: build failure without GUI on MS-Windows Problem: Build failure without GUI on MS-Windows. Solution: Adjust #ifdef for vcol2col().
author Christian Brabandt <cb@256bit.org>
date Sat, 03 Mar 2018 20:00:07 +0100
parents 1a3f5759b61e
children 33f514c94943
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -779,6 +779,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1560,
+/**/
     1559,
 /**/
     1558,