mirror of
https://github.com/neovim/neovim.git
synced 2026-03-07 17:47:16 +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