| 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] |
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)