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
I am not sure whether this is an issue this plugin should solve or whether the vim python rules are the origin of the issue.
When writing long strings in single or double quotes which go beyond textwidth, the string is automatically wrapped to a new line but without correct quoting rules, resulting in a broken python file. E.g. the following could be a result:
I am not sure whether this is an issue this plugin should solve or whether the vim python rules are the origin of the issue.
When writing long strings in single or double quotes which go beyond
textwidth
, the string is automatically wrapped to a new line but without correct quoting rules, resulting in a broken python file. E.g. the following could be a result:Would be nice if this case could be handles so that the following is the result:
The text was updated successfully, but these errors were encountered: