Re: Spell check not limited to comments in .java files

2009-11-11 Thread Matthew Visser
I can only really provide insight for the first point you made: On Wed, Nov 11, 2009 at 09:59:13AM -0800, Dave Land wrote: > > Folks, > > While we're on the topic of java.vim, I noticed two things that seemed > to me to be bugs, but it is likely that I haven't considered the > myriad conseq

Re: Spell check not limited to comments in .java files

2009-11-11 Thread Dave Land
Folks, While we're on the topic of java.vim, I noticed two things that seemed to me to be bugs, but it is likely that I haven't considered the myriad consequences of the following: 1) On line 49 of ftp://ftp.vim.org/pub/vim/runtime/syntax/java.vim, "String" is not included in the list of j

Re: Spell check not limited to comments in .java files

2009-11-11 Thread Bram Moolenaar
Stephen Talley wrote: > Using vim 7.2, spell checking is not limited to comments and strings in .java > source files as it should be. Instead, all text in the file is spell checked. > > The problem starts with $VIM/vim72/syntax/java.vim, which includes html.vim: > > syntax include @javaHt

Spell check not limited to comments in .java files

2009-11-10 Thread Stephen Talley
Using vim 7.2, spell checking is not limited to comments and strings in .java source files as it should be. Instead, all text in the file is spell checked. The problem starts with $VIM/vim72/syntax/java.vim, which includes html.vim: syntax include @javaHtml :p:h/html.vim In $VIM/vim72/synt