diff src/version.c @ 7204:5fad7bc0fe83 v7.4.911

commit https://github.com/vim/vim/commit/450ca4335e467ac29c1560b7397225a974aee3bf Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 10 13:30:39 2015 +0100 patch 7.4.911 Problem: t_Ce and t_Cs are documented but not supported. (Hirohito Higashi) Solution: Define the options.
author Christian Brabandt <cb@256bit.org>
date Tue, 10 Nov 2015 13:45:04 +0100
parents de43f10a3850
children c6a7305972fe
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    911,
+/**/
     910,
 /**/
     909,