diff src/version.c @ 10436:cb856404d060 v8.0.0112

commit https://github.com/vim/vim/commit/eca626fcdb73d480660c78b9f84cc043fa561922 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 1 18:47:38 2016 +0100 patch 8.0.0112 Problem: Tests 92 and 93 are old style. Solution: Make test92 and test93 new style. (Hirohito Higashi, closes https://github.com/vim/vim/issues/1289)
author Christian Brabandt <cb@256bit.org>
date Thu, 01 Dec 2016 19:00:05 +0100
parents f3bb76ec4155
children 935bdb919a50
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    112,
+/**/
     111,
 /**/
     110,