We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Like this :
mydict = { "this" : "is good" } mydict = { # comments "this" : "does not seem good" }
This is troublesome when one wants to use foldmarker with (e.g.) dictionaries.
Sorry I couldn't come up with any PR.
The text was updated successfully, but these errors were encountered:
Agreed.
The nothing_after_opening_paren would need to be improved to also ignore comments (https://github.com/hynek/vim-python-pep8-indent/blob/25a499c3a6c1c89f96e906a197cdc6939a8e309e/indent/python.vim#L148).
nothing_after_opening_paren
This could be refactored to use the same behaviour as for the "colon check" (improved in #41).
Sorry, something went wrong.
This should be fixed now.
Thanks for the report!
👍 Thank you!
No branches or pull requests
Like this :
This is troublesome when one wants to use foldmarker with (e.g.) dictionaries.
Sorry I couldn't come up with any PR.
The text was updated successfully, but these errors were encountered: