Markdown lint: vim-markdown sets filetype to mkd.

This commit is contained in:
LCD 47 2014-10-06 21:59:20 +03:00
parent acd02f61b2
commit 21a25649bb
2 changed files with 3 additions and 2 deletions

View File

@ -19,7 +19,7 @@ if has('reltime')
lockvar! g:syntastic_start
endif
let g:syntastic_version = '3.5.0-49'
let g:syntastic_version = '3.5.0-50'
lockvar g:syntastic_version
" Sanity checks {{{1

View File

@ -99,7 +99,8 @@ let s:defaultFiletypeMap = {
\ 'gentoo-metadata': 'xml',
\ 'lhaskell': 'haskell',
\ 'litcoffee': 'coffee',
\ 'mail': 'text'
\ 'mail': 'text',
\ 'mkd': 'markdown'
\ }
lockvar! s:defaultFiletypeMap