Tagged Questions
2
votes
1answer
34 views
My syntax files don't contain @Spell declarations
Apparently spell checking is something that should come by default in vim. However, many (the majority actually - 154 with spell declarations vs 397 without) of the shipped syntax files don't appear ...
0
votes
0answers
50 views
Bad results using hunspell with vim
I'm having the same problem as someone asking on a mailing list here.
When using hunspell with vim :mkspell, I get quite bad results, since it does not recognize composed words.
Is there any trick I ...
0
votes
1answer
62 views
Vim is spellchecking in XML files where I don't want it to, and only there
I'm trying to use Vim's builtin spellchecking in some XML documents. This happens merely by having the XML syntax loaded, as seen in the following minimalistic example (which reproduces what I also ...
2
votes
1answer
1k views
How to make Vim spellcheck remember a new word
I'm using gvim for latex editing. I write lots of scientific documents with words that the vim dictionary does not know. When running through spell checking I come across words that I know are ...
0
votes
1answer
46 views
vimspell mappings don't work
I've installed vimspell. It works via the command mode commands like :SpellCheck, but I can't get any of the mappings to work.
:map shows
n \ss <Plug>SpellCheck
This is how it's ...
3
votes
3answers
2k views
To spellcheck my code in Vim for English/German/Finnish
How can you spellcheck your LaTeX document for English/German/Finnish?
I would like to check my spelling for one of my white papers.
Its comments are written in German, TODO -comments in Finnish and ...