Merge pull request #1704 from fwalch/vim-7.4.434

vim-patch:7.4.434, vim-patch:7.4.442
This commit is contained in:
Justin M. Keyes
2014-12-19 01:35:42 -05:00
5 changed files with 20 additions and 7 deletions

View File

@@ -55,6 +55,7 @@ STARTTEST
:tabnew
:tabnew
:let t:var_list = [1, 2, 3]
:let t:other = 777
:let def_list = [4, 5, 6, 7]
:tabrewind
:$put =string(gettabvar(3, 'var_list'))

View File

@@ -26,8 +26,8 @@ iso-8859-2
0
[1, 2, 3]
[1, 2, 3]
''
[4, 5, 6, 7]
{'var_list': [1, 2, 3], 'other': 777}
{'var_list': [1, 2, 3], 'other': 777}
[4, 5, 6, 7]
''
[4, 5, 6, 7]