I like this method to test indentation! I've attached a tcl.in and tcl.ok file. Using the existing indent/tcl.vim file, the tests will fail. With my indent/tcl.vim patch, the test passes.
I initially had a problem getting the tests to pass until I realized that tabs/spaces needed to be consistent. My .ok file was all spaces (because I use expandtab) but my modeline didn't expandtabs. Instead, I just used the .fail file as a basis for the .ok file to make sure tabs/spaces were consistent. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
tcl.ok
Description: Binary data
tcl.in
Description: Binary data
