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
First of all thanks for the plugin!
Line comments use a single apostrophe
' This is a comment
Block comments use C-style comments except that instead of * you use an apostrophe
/' many lines here '/
I think this line should be changed to have correct single-line comments
setlocal comments=s1:/',mb:',ex:'/,:' commentstring=/'%s'/ formatoptions-=t formatoptions+=croql
The text was updated successfully, but these errors were encountered:
This does the trick indeed
setlocal comments=s1:/',mb:',ex:'/,:' commentstring='\ %s formatoptions-=t formatoptions+=croql
Sorry, something went wrong.
Great, thank you for the fix!
If you make a pull request, I will merge it as soon as I can :-)
No branches or pull requests
First of all thanks for the plugin!
Line comments use a single apostrophe
Block comments use C-style comments except that instead of * you use an apostrophe
I think this line should be changed to have correct single-line comments
The text was updated successfully, but these errors were encountered: