Line-wrapping mangled my previous email. The changed statement should be on a single line. The change is really just appending ,@spell to the end of line 303
On Thu, Oct 16, 2008 at 10:19 AM, Ajit Thakkar <[EMAIL PROTECTED]> wrote: > This is a bug. > > Replace line 303 of syntax/fortran.vim by: > > syn match fortranComment excludenl "^[!c*].*$" > [EMAIL PROTECTED],@spell > > Ajit > On Wed, Oct 15, 2008 at 11:43 PM, Mike Toews <[EMAIL PROTECTED]> wrote: >> >> >> Hi, >> >> I'm dusting off old some old FORTRAN 77 source files, and I'd like the spell >> check to behave normally as with Fortran 90/95 files. >> >> Here is a comment line of FORTRAN 77 that does not currently spell-check for >> me: >> C This is a line of code with som speling errorrs >> >> However, if I use more modern Fortran coding, vim properly identifies the >> spelling errors: >> ! This is a line of code with som speling errorrs >> >> Note that in both cases, the syntax highlighting works to colour the lines >> as comments. Just the spell checking is different. >> >> My system is WinXP SP3, and I've tried gvim 7.1 and 7.2 with the same >> outcome. >> >> +mt >> -- >> View this message in context: >> http://www.nabble.com/FORTRAN-comment-lines-don%27t-spell-check-tp20005307p20005307.html >> Sent from the Vim - Dev mailing list archive at Nabble.com. >> >> >> >> >> > --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
