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
To reproduce, open a file with extension .gv or .dot, type :set commentstring, the output is empty
.gv
.dot
:set commentstring
I think the problem is that in the last line of ftplugin/dot.vim, the given comment string is quoted, which is not recognized by vim.
ftplugin/dot.vim
It should probably be changed to backslashed form
The text was updated successfully, but these errors were encountered:
fixes wannesm#24
0b3e838
Merge pull request #1 from PROgram52bc/fix-comment-string
663d805
No branches or pull requests
To reproduce, open a file with extension
.gv
or.dot
, type:set commentstring
, the output is emptyI think the problem is that in the last line of
ftplugin/dot.vim
, the given comment string is quoted, which is not recognized by vim.It should probably be changed to backslashed form
The text was updated successfully, but these errors were encountered: