Yegappan Lakshmanan wrote: > Hi all, > > Currently we don't have a function to get or set tab page variables (t:xyz). > To set or get a tab page variable, you have to switch to that tab and then > set/get the variable. > > The attached patch against Vim7.1.314 adds the gettabvar() and > settabvar() functions to get or set a tab page variable. These functions > are similar to the existing getwinvar(), setwinvar(), getbufvar() and > setbufvar() functions. > > This patch is in the todo list for more than a year. If enough people > try this patch out and are interested in using these functions, then > this might get included in Vim 7.2 (?)
This doesn't break compatibility does it? Is there any reason it needs to wait until Vim 7.2, Bram? It looks like a pretty simple patch based on existing Vim code to me, though I've only looked briefly. Ben. --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
