diff options
Diffstat (limited to 'ftdetect/polyglot.vim')
-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 cd389fdd..c42c5852 100644 --- a/ftdetect/polyglot.vim +++ b/ftdetect/polyglot.vim @@ -816,7 +816,7 @@ endif if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'markdown') == -1 augroup filetypedetect - " markdown, from markdown.vim in plasticboy/vim-markdown + " markdown, from markdown.vim in plasticboy/vim-markdown:_NOAFTER if !has('patch-7.4.480') " Before this patch, vim used modula2 for .md. au! filetypedetect BufRead,BufNewFile *.md |