comparison src/feature.h @ 9027:773d627cac0b v7.4.1799

commit https://github.com/vim/vim/commit/61be73bb0f965a895bfb064ea3e55476ac175162 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 29 22:59:22 2016 +0200 patch 7.4.1799 Problem: 'guicolors' is a confusing option name. Solution: Use 'termguicolors' instead. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Fri, 29 Apr 2016 23:00:07 +0200
parents 90fd01ade690
children 32e34e574716
comparison
equal deleted inserted replaced
9026:eea316a77946 9027:773d627cac0b
813 # define FEAT_CON_DIALOG 813 # define FEAT_CON_DIALOG
814 # endif 814 # endif
815 #endif 815 #endif
816 816
817 /* 817 /*
818 * +termtruecolor 'guicolor' option. 818 * +termguicolors 'termguicolors' option.
819 */ 819 */
820 #if (defined(FEAT_BIG) && defined(FEAT_SYN_HL)) && !defined(ALWAYS_USE_GUI) 820 #if (defined(FEAT_BIG) && defined(FEAT_SYN_HL)) && !defined(ALWAYS_USE_GUI)
821 # define FEAT_TERMTRUECOLOR 821 # define FEAT_TERMGUICOLORS
822 #endif 822 #endif
823 823
824 /* Mac specific thing: Codewarrior interface. */ 824 /* Mac specific thing: Codewarrior interface. */
825 #ifdef FEAT_GUI_MAC 825 #ifdef FEAT_GUI_MAC
826 # define FEAT_CW_EDITOR 826 # define FEAT_CW_EDITOR