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
""" ... """ is not a comment actually. It's multi-line string literal. So Vim cannot detect it as comment from its syntax only. It is an expected behavior.
If I run GrammarCheck --comments-only against the following python example:
The first mistakes are ignored. They are both picked up if I remove '--comments-only' but so is all the code.
I get the same result if I use in .vimrc:
The text was updated successfully, but these errors were encountered: