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.
diff --git a/src/feature.h b/src/feature.h
index 75b8880..d3d768e 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -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