diff src/config.h.in @ 8997:90fd01ade690 v7.4.1784

commit https://github.com/vim/vim/commit/8e9eb3a6a1e589949f1c878c839528d917fdfc4a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 24 15:00:11 2016 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Apr 2016 15:15:04 +0200
parents c83e2c1e7f2b
children c90f4cc9c3fe
line wrap: on
line diff
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -362,9 +362,6 @@
 /* Define for linking via dlopen() or LoadLibrary() */
 #undef DYNAMIC_TCL
 
-/* Define if you want 24-bit colors in ISO-8613-3 compatible terminals. */
-#undef FEAT_TERMTRUECOLOR
-
 /* Define if you want to add support for ACL */
 #undef HAVE_POSIX_ACL
 #undef HAVE_SOLARIS_ZFS_ACL