python-syntax icon indicating copy to clipboard operation
python-syntax copied to clipboard

Would it make sense to remove the @Spell (or at least make it a configurible option) for python strings ?

Open lonetwin opened this issue 11 years ago • 1 comments

Hi, Thanks for maintaining this. Really appreciate your work. Here's the issue I'm reporting:

Although I like having the @Spell option enabled for pythonComment, the same option for strings is a bit distracting because, typically my code doesn't usually have too many 'user consumable strings', however, it does have a lot of strings as keys to dicts etc:

  d= {'top_nav' : ..., 'err_msg' : ...} 

...which then get highlighted as spell errors. Is it possible to make this a configurable option, like python_spell_check_comments and python_spell_check_strings.

This isn't a big pain, just a suggestion. So feel free to close this issue with a WONTFIX . Thanks again for your work.

cheers, steve

lonetwin avatar Mar 12 '14 19:03 lonetwin

Check out https://github.com/vim-python/python-syntax/pull/36

alok avatar Oct 18 '17 00:10 alok