tpope / vim-markdown

Vim Markdown runtime files
1.22k stars 191 forks source link

add spaces in commentstring #213

Closed frankebel closed 3 months ago

frankebel commented 3 months ago

Add spaces to be consistent with most other filetypes.

tpope commented 3 months ago

I considered this when I created the ftplugin. In the end, I decided matching what ftplugin/html.vim does (which we literally import a couple of lines up) was more important than aligning with the majority. If that changes I'd be happy to follow suit.

tpope commented 3 months ago

There's now a discussion about changing commentstring across multiple filetype plugins upstream at https://github.com/vim/vim/pull/14843.