From e204a7223b4334ed1c556a4564a8048888b69fe8 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 7 Dec 2019 13:01:03 +0100 Subject: Add ftplugin to markdown, fixes #447 --- ftdetect/polyglot.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftdetect') 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 -- cgit v1.2.3