diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1778,
+/**/
     1777,
 /**/
     1776,