mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
patch 7.4.1799
Problem: 'guicolors' is a confusing option name. Solution: Use 'termguicolors' instead. (Hirohito Higashi)
This commit is contained in:
@@ -602,6 +602,11 @@ static char *(features[]) =
|
||||
#else
|
||||
"-tcl",
|
||||
#endif
|
||||
#ifdef FEAT_TERMGUICOLORS
|
||||
"+termguicolors",
|
||||
#else
|
||||
"-termguicolors",
|
||||
#endif
|
||||
#if defined(UNIX) || defined(__EMX__)
|
||||
/* only Unix (or OS/2 with EMX!) can have terminfo instead of termcap */
|
||||
# ifdef TERMINFO
|
||||
@@ -621,11 +626,6 @@ static char *(features[]) =
|
||||
#else
|
||||
"-termresponse",
|
||||
#endif
|
||||
#ifdef FEAT_TERMTRUECOLOR
|
||||
"+termtruecolor",
|
||||
#else
|
||||
"-termtruecolor",
|
||||
#endif
|
||||
#ifdef FEAT_TEXTOBJ
|
||||
"+textobjects",
|
||||
#else
|
||||
@@ -753,6 +753,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1799,
|
||||
/**/
|
||||
1798,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user