comparison src/version.c @ 8985:42eb58c9da92 v7.4.1778

commit https://github.com/vim/vim/commit/b2fa54a84078e2b8dc3c7c7bfbccf6b75c0788d0 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 22 21:11:09 2016 +0200 patch 7.4.1778 Problem: When using the term truecolor feature, the t_8f and t_8b termcap options are not set by default. Solution: Move the values to before BT_EXTRA_KEYS. (Christian Brabandt)
author Christian Brabandt <cb@256bit.org>
date Fri, 22 Apr 2016 21:15:04 +0200
parents 5cbd81536f27
children 42beb54724fa
comparison
equal deleted inserted replaced
8984:4210ef398972 8985:42eb58c9da92
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 1778,
756 /**/ 758 /**/
757 1777, 759 1777,
758 /**/ 760 /**/
759 1776, 761 1776,
760 /**/ 762 /**/