forked from aniani/vim
patch 7.4.1799
Problem: 'guicolors' is a confusing option name. Solution: Use 'termguicolors' instead. (Hirohito Higashi)
This commit is contained in:
@@ -815,10 +815,10 @@
|
||||
#endif
|
||||
|
||||
/*
|
||||
* +termtruecolor 'guicolor' option.
|
||||
* +termguicolors 'termguicolors' option.
|
||||
*/
|
||||
#if (defined(FEAT_BIG) && defined(FEAT_SYN_HL)) && !defined(ALWAYS_USE_GUI)
|
||||
# define FEAT_TERMTRUECOLOR
|
||||
# define FEAT_TERMGUICOLORS
|
||||
#endif
|
||||
|
||||
/* Mac specific thing: Codewarrior interface. */
|
||||
|
||||
Reference in New Issue
Block a user