changeset 4191:4dd43d6b3df7 v7.3.847

updated for version 7.3.847 Problem: Test 55 fails when messages are translated. Solution: Set language to C. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Thu, 07 Mar 2013 14:50:34 +0100
parents ab567a07b5fd
children cc85bf0e972d
files src/testdir/test55.in src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test55.in
+++ b/src/testdir/test55.in
@@ -3,6 +3,7 @@ Tests for List and Dictionary types.    
 STARTTEST
 :so small.vim
 :fun Test(...)
+:lang C
 :" Creating List directly with different types
 :let l = [1, 'as''d', [1, 2, function("strlen")], {'a': 1},]
 :$put =string(l)
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    847,
+/**/
     846,
 /**/
     845,