diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-09-09 16:13:08 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-09-09 16:13:08 +0200 |
commit | 0e2ea1beb471a24dd86a45c439a98e5d758b4270 (patch) | |
tree | ca16549dc5cc12a841dcc0492f800247759c3910 /src/testdir/test91.in | |
parent | 13e2a0af665cffa3c4485be843feca70d90a7918 (diff) | |
download | vim-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.in')
-rw-r--r-- | src/testdir/test91.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test91.in b/src/testdir/test91.in index e900a522d..b66776b1e 100644 --- a/src/testdir/test91.in +++ b/src/testdir/test91.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')) |