diff src/version.c @ 11743:6141a21dd232 v8.0.0754

patch 8.0.0754: terminal window does not support colors commit https://github.com/vim/vim/commit/eeac67788677a9ea81bcab69f81b4fc22c2adc00 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 23 15:48:37 2017 +0200 patch 8.0.0754: terminal window does not support colors Problem: Terminal window does not support colors. Solution: Lookup the color attribute.
author Christian Brabandt <cb@256bit.org>
date Sun, 23 Jul 2017 16:00:04 +0200
parents b4d8f956eb18
children 5a5709918a98
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 */
 /**/
+    754,
+/**/
     753,
 /**/
     752,