Skip to content
Snippets Groups Projects
Commit 4e3c70d2 authored by Bram Moolenaar's avatar Bram Moolenaar
Browse files

updated for version 7.3.847

Problem:    Test 55 fails when messages are translated.
Solution:   Set language to C. (Ken Takata)
parent 84e80b51
No related merge requests found
......@@ -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)
......
......@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
847,
/**/
846,
/**/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment