commit | 450ca4335e467ac29c1560b7397225a974aee3bf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Nov 10 13:30:39 2015 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 10 13:30:39 2015 +0100 |
tree | 96c135417e31d048c7b152a47cc248c95cfad182 | |
parent | e7427f4b7e1af6a63600183be6b4c5724beb2f66 [diff] [blame] |
patch 7.4.911 Problem: t_Ce and t_Cs are documented but not supported. (Hirohito Higashi) Solution: Define the options.
diff --git a/src/version.c b/src/version.c index e8b664f..734f84f 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 911, +/**/ 910, /**/ 909,