Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd option to only spellcheck comments #36
Conversation
|
I thought some use of |
|
This will create an unmaintainable mess. There has to be a better way of implementing this. Is it possible to make |
|
Hmm, I'd prefer to entirely remove spell checking strings since they aren't really meant to correspond strictly to actual human language (e.g keys in a dict like Otherwise, I could implement something with |
alok commentedOct 18, 2017
The user may not want to spellcheck strings (I don't, anyway). If they set
g:python_spellcheck_strings = 0, then they can accomplish that. This alsocloses #12.