From: Colin Sullivan Date: Mon, 22 Apr 2013 23:06:51 +0000 (-0700) Subject: Automatically insert bullets on return. X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/c18086c72379c573eaf828739fca3d9487285e80 Automatically insert bullets on return. --- diff --git a/syntax/mkd.vim b/syntax/mkd.vim index 20b1d3a..22dcd40 100644 --- a/syntax/mkd.vim +++ b/syntax/mkd.vim @@ -109,6 +109,9 @@ HtmlHiLink mkdLinkTitle htmlString HtmlHiLink mkdDelimiter Delimiter +" Automatically insert bullets +set formatoptions+=r + let b:current_syntax = "mkd" delcommand HtmlHiLink