On Tue, Dec 9, 2008 at 20:03, Matthew Winn <[EMAIL PROTECTED]> wrote:
> I did try that but it's trickier than it sounds. 'vts' allocates > memory for a parsed copy of the tabstops, and keeping track of that > memory when setting ts was excessively complicated so I opted for a > simpler "ignore ts if vts is set" strategy instead. I'll take another > look at it because I'm not happy with the counterintuitive way in > which 'ts' suddenly ceases to have any effect when 'vts' is set and > I'd rather the two options cooperated. Don't you deallocate the memory when vts is unset? In that case, just run the same code to deallocate when ts is being set. Richard --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
