Add ftplugin to markdown, fixes #447

This commit is contained in:
Adam Stankiewicz
2019-12-07 13:01:03 +01:00
parent 7a0f2d974f
commit e204a7223b
5 changed files with 1003 additions and 3 deletions

View File

@@ -781,7 +781,7 @@ endif
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'markdown') == -1
augroup filetypedetect
" markdown, from markdown.vim in plasticboy/vim-markdown:_SYNTAX
" markdown, from markdown.vim in plasticboy/vim-markdown
if !has('patch-7.4.480')
" Before this patch, vim used modula2 for .md.
au! filetypedetect BufRead,BufNewFile *.md