commit | 0e2ea1beb471a24dd86a45c439a98e5d758b4270 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 09 16:13:08 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 09 16:13:08 2014 +0200 |
tree | ca16549dc5cc12a841dcc0492f800247759c3910 | |
parent | 13e2a0af665cffa3c4485be843feca70d90a7918 [diff] [blame] |
updated for version 7.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)
diff --git a/src/testdir/test91.in b/src/testdir/test91.in index e900a52..b66776b 100644 --- a/src/testdir/test91.in +++ b/src/testdir/test91.in
@@ -55,6 +55,7 @@ :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'))