]> granicus.if.org Git - vim/commitdiff
patch 7.4.957 v7.4.957
authorBram Moolenaar <Bram@vim.org>
Thu, 3 Dec 2015 19:46:20 +0000 (20:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 3 Dec 2015 19:46:20 +0000 (20:46 +0100)
Problem:    Test_tagcase fails when using another language than English.
Solution:   Set the messages language to C. (Kenichi Ito)

src/testdir/test_tagcase.in
src/version.c

index 6e681119254b5323f8735a318cf1a68c0c3a3899..d76dbab99753940e640687537b35ad81d36d13cd 100644 (file)
@@ -2,6 +2,7 @@ Tests for 'tagcase' option
 
 STARTTEST
 :so small.vim
+:lang mess C
 :/^start text$/+1,/^end text$/w! Xtext
 :/^start tags$/+1,/^end tags$/-1w! Xtags
 :set tags=Xtags
index 7f99e81de9f8d359266db5d59b05022889885db4..3a3d34a99fa104167757043e3dfef386ceb9db46 100644 (file)
@@ -741,6 +741,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    957,
 /**/
     956,
 /**/