patch 7.4.1799
Problem:    'guicolors' is a confusing option name.
Solution:   Use 'termguicolors' instead. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c
index 44f37a7..5a09447 100644
--- a/src/version.c
+++ b/src/version.c
@@ -602,6 +602,11 @@
 #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 @@
 #else
 	"-termresponse",
 #endif
-#ifdef FEAT_TERMTRUECOLOR
-	"+termtruecolor",
-#else
-	"-termtruecolor",
-#endif
 #ifdef FEAT_TEXTOBJ
 	"+textobjects",
 #else
@@ -754,6 +754,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1799,
+/**/
     1798,
 /**/
     1797,