From 0df8de0b505671de35e7494ba48aaff02ad5aaae Mon Sep 17 00:00:00 2001 From: Steve Dignam Date: Sat, 5 Mar 2016 14:18:01 -0500 Subject: [PATCH] change markdown comment string to use html style comment --- ftplugin/markdown.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftplugin/markdown.vim b/ftplugin/markdown.vim index e8627cc..f406db5 100644 --- a/ftplugin/markdown.vim +++ b/ftplugin/markdown.vim @@ -9,7 +9,7 @@ endif runtime! ftplugin/html.vim ftplugin/html_*.vim ftplugin/html/*.vim -setlocal comments=fb:*,fb:-,fb:+,n:> commentstring=>\ %s +setlocal comments=fb:*,fb:-,fb:+,n:> commentstring= setlocal formatoptions+=tcqln formatoptions-=r formatoptions-=o setlocal formatlistpat=^\\s*\\d\\+\\.\\s\\+\\\|^[-*+]\\s\\+\\\|^\\[^\\ze[^\\]]\\+\\]: