summaryrefslogtreecommitdiff
path: root/src/testdir/test91.ok
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2014-09-09 16:13:08 +0200
committerBram Moolenaar <Bram@vim.org>2014-09-09 16:13:08 +0200
commit0e2ea1beb471a24dd86a45c439a98e5d758b4270 (patch)
treeca16549dc5cc12a841dcc0492f800247759c3910 /src/testdir/test91.ok
parent13e2a0af665cffa3c4485be843feca70d90a7918 (diff)
downloadvim-git-0e2ea1beb471a24dd86a45c439a98e5d758b4270.tar.gz
updated for version 7.4.434v7.4.434
Problem: gettabvar() is not consistent with getwinvar() and getbufvar(). Solution: Return a dict with all variables when the varname is empty. (Yasuhiro Matsumoto)
Diffstat (limited to 'src/testdir/test91.ok')
-rw-r--r--src/testdir/test91.ok4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testdir/test91.ok b/src/testdir/test91.ok
index 22e157220..809952b69 100644
--- a/src/testdir/test91.ok
+++ b/src/testdir/test91.ok
@@ -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]