comparison src/version.c @ 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 0bc1d66dfa2f
children f06767547415
comparison
equal deleted inserted replaced
9026:eea316a77946 9027:773d627cac0b
600 "+tcl", 600 "+tcl",
601 # endif 601 # endif
602 #else 602 #else
603 "-tcl", 603 "-tcl",
604 #endif 604 #endif
605 #ifdef FEAT_TERMGUICOLORS
606 "+termguicolors",
607 #else
608 "-termguicolors",
609 #endif
605 #if defined(UNIX) || defined(__EMX__) 610 #if defined(UNIX) || defined(__EMX__)
606 /* only Unix (or OS/2 with EMX!) can have terminfo instead of termcap */ 611 /* only Unix (or OS/2 with EMX!) can have terminfo instead of termcap */
607 # ifdef TERMINFO 612 # ifdef TERMINFO
608 "+terminfo", 613 "+terminfo",
609 # else 614 # else
618 #endif 623 #endif
619 #ifdef FEAT_TERMRESPONSE 624 #ifdef FEAT_TERMRESPONSE
620 "+termresponse", 625 "+termresponse",
621 #else 626 #else
622 "-termresponse", 627 "-termresponse",
623 #endif
624 #ifdef FEAT_TERMTRUECOLOR
625 "+termtruecolor",
626 #else
627 "-termtruecolor",
628 #endif 628 #endif
629 #ifdef FEAT_TEXTOBJ 629 #ifdef FEAT_TEXTOBJ
630 "+textobjects", 630 "+textobjects",
631 #else 631 #else
632 "-textobjects", 632 "-textobjects",
751 NULL 751 NULL
752 }; 752 };
753 753
754 static int included_patches[] = 754 static int included_patches[] =
755 { /* Add new patch number below this line */ 755 { /* Add new patch number below this line */
756 /**/
757 1799,
756 /**/ 758 /**/
757 1798, 759 1798,
758 /**/ 760 /**/
759 1797, 761 1797,
760 /**/ 762 /**/