diff src/version.c @ 10968:0cfcbb7046b6 v8.0.0373

patch 8.0.0373: build fails without +folding commit https://github.com/vim/vim/commit/376407674ff10b60e7c6090906be50982763f0f3 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 25 22:37:15 2017 +0100 patch 8.0.0373: build fails without +folding Problem: Build fails without +folding. Solution: Move misplaced #ifdef.
author Christian Brabandt <cb@256bit.org>
date Sat, 25 Feb 2017 22:45:04 +0100
parents 398ad090256d
children ab9f7bbe4439
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    373,
+/**/
     372,
 /**/
     371,