# HG changeset patch # User Bram Moolenaar # Date 1362664234 -3600 # Node ID 4dd43d6b3df705a513be75db8a1b50a83f72088d # Parent ab567a07b5fdc6a7b509dceb48d16b6055906bf9 updated for version 7.3.847 Problem: Test 55 fails when messages are translated. Solution: Set language to C. (Ken Takata) diff --git a/src/testdir/test55.in b/src/testdir/test55.in --- 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) diff --git a/src/version.c b/src/version.c --- 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,