diff src/version.c @ 8977:b3da1ec8d156 v7.4.1774

commit https://github.com/vim/vim/commit/902647d2dfb42dce8449dfbbc22dab27a528744d Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 22 11:49:06 2016 +0200 patch 7.4.1774 Problem: Cterm true color feature has warnings. Solution: Add type casts.
author Christian Brabandt <cb@256bit.org>
date Fri, 22 Apr 2016 12:00:07 +0200
parents 9c097bfad637
children a1dac213df8b
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 */
 /**/
+    1774,
+/**/
     1773,
 /**/
     1772,