summaryrefslogtreecommitdiff
path: root/src/feature.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature.h')
-rw-r--r--src/feature.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/feature.h b/src/feature.h
index d3d768eb3..54f665f40 100644
--- a/src/feature.h
+++ b/src/feature.h
@@ -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. */