diff options
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/version.c b/src/version.c index 44f37a7fc..5a094475d 100644 --- a/src/version.c +++ b/src/version.c @@ -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 @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1799, +/**/ 1798, /**/ 1797, |