You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems like it's actually caused by another plugin (see vim-python/python-syntax#75). vim-python-pep8-indent alone does not trigger the bug, but the two together make it even worse than just python-syntax alone.
A byte string like
b'{
with no}
breakspython-indent
, resulting in the following indentation:This does not happen with a regular string (
'{
') or a raw string (r'{'
).The text was updated successfully, but these errors were encountered: