comparison src/version.c @ 15983:e73ed0e3faac v8.1.0997

patch 8.1.0997: using GUI colors in vim.exe when 'termguicolors' is off commit https://github.com/vim/vim/commit/d5a5886ce90a30efc830b0053472735c5bbb4b0f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 7 06:40:27 2019 +0100 patch 8.1.0997: using GUI colors in vim.exe when 'termguicolors' is off Problem: Using GUI colors in vim.exe when 'termguicolors' is off. Solution: Add condition for 'termguicolors' set. (Ken Takata, closes https://github.com/vim/vim/issues/4078)
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 Mar 2019 06:45:09 +0100
parents d44e0469f8bb
children e91750e8adb5
comparison
equal deleted inserted replaced
15982:0a927b1cd06d 15983:e73ed0e3faac
777 NULL 777 NULL
778 }; 778 };
779 779
780 static int included_patches[] = 780 static int included_patches[] =
781 { /* Add new patch number below this line */ 781 { /* Add new patch number below this line */
782 /**/
783 997,
782 /**/ 784 /**/
783 996, 785 996,
784 /**/ 786 /**/
785 995, 787 995,
786 /**/ 788 /**/