tpope / vim-commentary

commentary.vim: comment stuff out
http://www.vim.org/scripts/script.php?script_id=3695
5.9k stars 214 forks source link

Wrong comment symbols with desktop entry (.desktop) files #114

Closed sdicke closed 5 years ago

sdicke commented 5 years ago

Expected: Commented out lines start with # Plugin behavior: Commented out lines start with / and end with /

Specification of the comment format: https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#comments

chrisbra commented 5 years ago

https://github.com/tpope/vim-commentary#faq

tpope commented 5 years ago

There's no ftplugin/desktop.vim in Vim. It would be cool if one submitted one to Bram!