comment string seems not set
Opened this issue · 0 comments
PROgram52bc commented
To reproduce, open a file with extension .gv
or .dot
, type :set commentstring
, the output is empty
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.
It should probably be changed to backslashed form