Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
lonetwin opened this issue Mar 12, 2014 · 1 comment

Comments

@lonetwin
Copy link

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

@alok
Copy link

alok commented Oct 18, 2017

Check out vim-python/python-syntax#36

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants