comparison src/version.c @ 8969:c83e2c1e7f2b v7.4.1770

commit https://github.com/vim/vim/commit/8a633e3427b47286869aa4b96f2bfc1fe65b25cd Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 21 21:10:14 2016 +0200 patch 7.4.1770 Problem: Cannot use true color in the terminal. Solution: Add the 'guicolors' option. (Nikolai Pavlov)
author Christian Brabandt <cb@256bit.org>
date Thu, 21 Apr 2016 21:15:07 +0200
parents df5f9284fcba
children 138824071d4f
comparison
equal deleted inserted replaced
8968:4794235d1bb0 8969:c83e2c1e7f2b
619 #ifdef FEAT_TERMRESPONSE 619 #ifdef FEAT_TERMRESPONSE
620 "+termresponse", 620 "+termresponse",
621 #else 621 #else
622 "-termresponse", 622 "-termresponse",
623 #endif 623 #endif
624 #ifdef FEAT_TERMTRUECOLOR
625 "+termtruecolor",
626 #else
627 "-termtruecolor",
628 #endif
624 #ifdef FEAT_TEXTOBJ 629 #ifdef FEAT_TEXTOBJ
625 "+textobjects", 630 "+textobjects",
626 #else 631 #else
627 "-textobjects", 632 "-textobjects",
628 #endif 633 #endif
746 NULL 751 NULL
747 }; 752 };
748 753
749 static int included_patches[] = 754 static int included_patches[] =
750 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1770,
751 /**/ 758 /**/
752 1769, 759 1769,
753 /**/ 760 /**/
754 1768, 761 1768,
755 /**/ 762 /**/