commit | 8a633e3427b47286869aa4b96f2bfc1fe65b25cd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 21 21:10:14 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 21 21:10:14 2016 +0200 |
tree | eec90d2e5fdc9a9da532a024ca59993e000813f6 | |
parent | 6d4431e7b675ba7a0194c0b8eb84b7d92e4e7953 [diff] [blame] |
patch 7.4.1770 Problem: Cannot use true color in the terminal. Solution: Add the 'guicolors' option. (Nikolai Pavlov)
diff --git a/src/eval.c b/src/eval.c index b82a98f..3542b77 100644 --- a/src/eval.c +++ b/src/eval.c
@@ -14044,6 +14044,9 @@ #ifdef FEAT_TERMRESPONSE "termresponse", #endif +#ifdef FEAT_TERMTRUECOLOR + "termtruecolor", +#endif #ifdef FEAT_TEXTOBJ "textobjects", #endif