Dear Vimmers,
There are the functions to get/set buffer-local and window-local
variables,
but there is no such function for tabpage-local variables. So I'd
like to
request the following new built-in functions:
gettabvar({tabnr}, {varname})
Get the value of the tabpage-local variable {varname}
in the tabpage {tabnr}.
settabvar({tabnr}, {varname}, {value})
Set the tabpage-local variable {varname}
in the tabpage {tabnr} to {value}.
Best regards,
--
kana <http://nicht.s8.xrea.com/>
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---