comparison src/version.c @ 13339:da2a9e217200 v8.0.1544

patch 8.0.1544: when using 'termguicolors' SpellBad doesn't show commit https://github.com/vim/vim/commit/d4fc577e60d325777d38c00bd78fb9a32c7b1dfa Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 27 14:39:03 2018 +0100 patch 8.0.1544: when using 'termguicolors' SpellBad doesn't show Problem: When using 'termguicolors' SpellBad doesn't show. Solution: When the GUI colors are not set fall back to the cterm colors.
author Christian Brabandt <cb@256bit.org>
date Tue, 27 Feb 2018 14:45:06 +0100
parents 1b7522243dde
children ea008de206ea
comparison
equal deleted inserted replaced
13338:0afa358885dc 13339:da2a9e217200
776 NULL 776 NULL
777 }; 777 };
778 778
779 static int included_patches[] = 779 static int included_patches[] =
780 { /* Add new patch number below this line */ 780 { /* Add new patch number below this line */
781 /**/
782 1544,
781 /**/ 783 /**/
782 1543, 784 1543,
783 /**/ 785 /**/
784 1542, 786 1542,
785 /**/ 787 /**/