mirror of
https://github.com/neovim/neovim.git
synced 2026-06-09 21:38:13 +00:00
Problem: gettabvar() is not consistent with getwinvar() and getbufvar(). Solution: Return a dict with all variables when the varname is empty. (Yasuhiro Matsumoto) https://code.google.com/p/vim/source/detail?r=v7-4-434