Hi I noticed that when opening a file CMakeLists.txt (cmake syntax) spell checking highlights spelling mistakes outside of comments. Yet the the runtime/syntax/cmake.vim only enables spell checking in comments.
I don't see why this happens. Any idea? Steps to reproduce: 1) Download a CMakeLists.txt file. For example: $ wget https://raw.githubusercontent.com/neovim/neovim/master/CMakeLists.txt 2) Run: $ vim -u NONE CMakeLists.txt -c 'syntax on' -c 'set spell' Notice that spelling mistake are highlighted outside of cmake comments (which start with #). It seems that the syntax group cmakeArguments has spelling checking enabled somehow, but I don't see why. Dominique -- -- 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.
