# HG changeset patch # User Christian Brabandt # Date 1452978905 -3600 # Node ID 503534e56ce1e9c88ec60fac2b75703d1fbcd4d8 # Parent 9eb9de4754a553ea819a6fa50d38ffff76282310 commit https://github.com/vim/vim/commit/8c600052fabe4859470d9d0ba2ddd74a52ea9745 Author: Bram Moolenaar 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) diff --git a/src/testdir/test108.in b/src/testdir/test108.in --- a/src/testdir/test108.in +++ b/src/testdir/test108.in @@ -2,6 +2,7 @@ Tests for backtrace debug commands. STARTTEST :so small.vim +:lang mess C :function! Foo() : let var1 = 1 : let var2 = Bar(var1) + 9 diff --git a/src/version.c b/src/version.c --- 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,