0
0
mirror of https://github.com/vim/vim.git synced 2025-11-04 09:47:15 -05:00

updated for version 7.3.847

Problem:    Test 55 fails when messages are translated.
Solution:   Set language to C. (Ken Takata)
This commit is contained in:
Bram Moolenaar
2013-03-07 14:50:34 +01:00
parent 84e80b51d1
commit 4e3c70d241
2 changed files with 3 additions and 0 deletions

View 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)