]> granicus.if.org Git - vim/commitdiff
patch 7.4.1110 v7.4.1110
authorBram Moolenaar <Bram@vim.org>
Sat, 16 Jan 2016 21:08:11 +0000 (22:08 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 Jan 2016 21:08:11 +0000 (22:08 +0100)
Problem:    Test 108 fails when language is French.
Solution:   Force English messages. (Dominique Pelle)

src/testdir/test108.in
src/version.c

index b442cf7fcf80eac60712bdd277706a295585c501..59c4dfc712f81fd731ba5c0b0244fae5493f2a28 100644 (file)
@@ -2,6 +2,7 @@ Tests for backtrace debug commands.     vim: set ft=vim :
 
 STARTTEST
 :so small.vim
+:lang mess C
 :function! Foo()
 :   let var1 = 1
 :   let var2 = Bar(var1) + 9
index 2767f1d820f6c3c1f1b0f1d045ab4041afe91bb7..a5831bfa9bbad7013c82f895f603981bb23dd08c 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1110,
 /**/
     1109,
 /**/