Tagged Questions
6
votes
1answer
936 views
In vim: How to enable spellchecking of text only and exclude listings
How can I set up vim in such a manner, that it spellchecks only the text portion of my file?
I write a lot of reports that include code listings, which I would like to exclude from the spellchecking. ...