mirror of
https://github.com/vim/vim.git
synced 2025-10-05 05:34:07 -04: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:
@@ -3,6 +3,7 @@ Tests for List and Dictionary types. vim: set ft=vim :
|
|||||||
STARTTEST
|
STARTTEST
|
||||||
:so small.vim
|
:so small.vim
|
||||||
:fun Test(...)
|
:fun Test(...)
|
||||||
|
:lang C
|
||||||
:" Creating List directly with different types
|
:" Creating List directly with different types
|
||||||
:let l = [1, 'as''d', [1, 2, function("strlen")], {'a': 1},]
|
:let l = [1, 'as''d', [1, 2, function("strlen")], {'a': 1},]
|
||||||
:$put =string(l)
|
:$put =string(l)
|
||||||
|
@@ -728,6 +728,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
847,
|
||||||
/**/
|
/**/
|
||||||
846,
|
846,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user