diff src/version.c @ 12341:4f1b89fb9f58 v8.0.1050

patch 8.0.1050: terminal window feature not included by default commit https://github.com/vim/vim/commit/595a40226ea1285689b622042534fd8442402db3 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Sep 3 19:15:57 2017 +0200 patch 8.0.1050: terminal window feature not included by default Problem: Terminal window feature not included by default. Solution: Include the terminal feature for the "huge" build.
author Christian Brabandt <cb@256bit.org>
date Sun, 03 Sep 2017 19:30:05 +0200
parents 040ec95b8647
children 72046661f6d0
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1050,
+/**/
     1049,
 /**/
     1048,