VIM Spelling has broken me.

2007-03-26 Thread Keith Hellman
After numerous attempts I've declared Vim 7's spell support the victor. Perhaps someone can help me out, any suggestions would be helpful. I have Vim spelling working in general, but I would like to incorporate a rather special configuration. I'd like to use a personalized rare-word dictionary

VIM Spelling has broken me.

2007-03-26 Thread Cyril Slobin
Hi! On 3/26/07, Keith Hellman [EMAIL PROTECTED] wrote: Has anyone else setup such a configuration? Got any tips or hints on how to debug this? Or perhaps (probably :^( ) I've really misunderstood Vim spelling support. Try to end rare words with /? in *.add file. their/? they're/? lose/?

Re: VIM Spelling has broken me.

2007-03-26 Thread Yongwei Wu
On 3/26/07, Keith Hellman [EMAIL PROTECTED] wrote: The words I should be using are they're and lose. I'd like to have these highlighted as rare words (not because they are rare, rather because I rarely use rare words, so this seems a reasonable pigeon-hole to shoehorn this functionality) --- in

Re: VIM Spelling has broken me.

2007-03-26 Thread Michael Dunn
I'd like to add a question to Keith's: Once this is working, is there something like ]s that lets you go through the file just visiting the rare words, rather than all the spelling errors? Michael

Re: VIM Spelling has broken me.

2007-03-26 Thread Keith Hellman
Thanks for the replies. OK, I renamed my .add file to ~/.vim/spell/en.latin1.add, added '/?' to the end of my rare words, and ran :mkspell on it. Still no dice. I'm wondering, how do I make sure that the 'latin1' portion of the name is correct? I run ':setlocal spell spelllang=en', when