1
0
forked from aniani/vim

patch 7.4.1784

Problem:    The termtruecolor feature is enabled differently from many other
            features.
Solution:   Enable the termtruecolor feature for the big build, not through
            configure.
This commit is contained in:
Bram Moolenaar
2016-04-24 15:00:11 +02:00
parent af98a49dd0
commit 8e9eb3a6a1
5 changed files with 9 additions and 30 deletions

View File

@@ -814,6 +814,13 @@
# endif
#endif
/*
* +termtruecolor 'guicolor' option.
*/
#if (defined(FEAT_BIG) && defined(FEAT_SYN_HL)) && !defined(ALWAYS_USE_GUI)
# define FEAT_TERMTRUECOLOR
#endif
/* Mac specific thing: Codewarrior interface. */
#ifdef FEAT_GUI_MAC
# define FEAT_CW_EDITOR