On Sat, 27 Oct 2007 13:45:46 +1000, Ben Schmidt <[EMAIL PROTECTED]> wrote:
> > > Here's another version of the variable tabstop patch. I've made it a > > feature (FEAT_VARTABS) that is only compiled in for big and huge Vims. > > The variable tabstops feature is now set with the vartabstops (vts) > > and varsofttabstops (vsts) options. There's also a test script named > > test65 (as I think test64 is the highest test so far). > > I am eager to try this out, and will do so shortly! I think this is a great > improvement on the last patch with different options so backward > compatibility > isn't broken etc. I don't use any of the features you mention that you would > like > testing on, though. > > I hope this can be integrated into the next release of Vim. It would be > tremendously useful. > > Stay tuned for any comments I have after I try it! Thanks. There's a small problem with the patch as it stands, though it doesn't affect any functionality. I forgot to wrap the functions at the end of option.c in an #ifdef, so if someone compiles with the variable width tabs disabled the functions are still compiled into the binary even though nothing calls them. -- Matthew Winn --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
