diff src/version.c @ 14067:39ec4b90e4a7 v8.1.0051

patch 8.1.0051: MS-Windows: missing #endif commit https://github.com/vim/vim/commit/79c6b51e403d4ea755b6637b01d1426a06ca9f9a Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jun 12 21:11:12 2018 +0200 patch 8.1.0051: MS-Windows: missing #endif Problem: MS-Windows: missing #endif. Solution: Add the #endif.
author Christian Brabandt <cb@256bit.org>
date Tue, 12 Jun 2018 21:15:05 +0200
parents e271ca6f32f9
children bc91de20ba43
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    51,
+/**/
     50,
 /**/
     49,