]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.847 v7.3.847
authorBram Moolenaar <Bram@vim.org>
Thu, 7 Mar 2013 13:50:34 +0000 (14:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 7 Mar 2013 13:50:34 +0000 (14:50 +0100)
Problem:    Test 55 fails when messages are translated.
Solution:   Set language to C. (Ken Takata)

src/testdir/test55.in
src/version.c

index f255e33e4ea44118cf9f4cb6c0e78f84740a39b7..991c4605c08e830d08ec15fccb009aceb8785548 100644 (file)
@@ -3,6 +3,7 @@ Tests for List and Dictionary types.     vim: set ft=vim :
 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)
index 7db091245d787e85973d51dd154c9fe8446cb75d..309f656c6b73083ed9f011c3064a2f27d0d92afa 100644 (file)
@@ -728,6 +728,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    847,
 /**/
     846,
 /**/