diff options
Diffstat (limited to 'ftdetect')
| -rw-r--r-- | ftdetect/polyglot.vim | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim index 8a6e98a9..128d60c3 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -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  | 
