diff src/version.c @ 7621:503534e56ce1 v7.4.1110

commit https://github.com/vim/vim/commit/8c600052fabe4859470d9d0ba2ddd74a52ea9745 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 16 22:08:11 2016 +0100 patch 7.4.1110 Problem: Test 108 fails when language is French. Solution: Force English messages. (Dominique Pelle)
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Jan 2016 22:15:05 +0100
parents 6fed43c541c8
children 2720952e9acb
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 */
 /**/
+    1110,
+/**/
     1109,
 /**/
     1108,