Hi, On Thu, Jun 12, 2008 at 5:57 AM, Ben Schmidt <[EMAIL PROTECTED]> wrote: > > 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. >
This patch doesn't break compatibility. I think it is in the low priority list as it is not a bug fix. - Yegappan --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
