Hi, Matthew, I have found a bug in your variable tabstop patch.
When you do :setlocal ts=something, the global value of vartabstop is changed as well as the local one, and when you :setglobal ts=something, vartabstop doesn't change at all. Obviously whatever kind of change you make to ts, the same sort of change should be made to vts, whether local, global or both. I guess there is likely the same issue with softtabstop and friend. Ben. Send instant messages to your online friends http://au.messenger.yahoo.com --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
