mirror of
https://github.com/neovim/neovim.git
synced 2026-08-26 17:11:48 +00:00
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:
@@ -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'))
|
||||
|
||||
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user