Hi Mike, In the VIM 7.1 distribution runtime files you're listed as the maintainer of dosbatch.vim file which is a syntax file for Windows/DOS batch files.
Currently this syntax file doesn't list correctly @Spell/@NoSpell attributes of VIM 7.x which means it's very inconvenient to work with *.bat files when spell checking is on. The attached is a patch for the syntax file. Please consider reviewing it and directing to Bram for inclusion. P.S. It's intentionally that only "echo ..." strings are included into spell checking and not regular "..." strings. During my local experience with it I found it more convenient since ordinary strings are usually file paths in *.bat files and full of wrong words. It's mostly comments and echo strings that should be spell-checked. Thanks! -- Alexei Alexandrov --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
dosbatch.vim.diff
Description: Binary data
