diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-12-07 13:01:03 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-12-07 13:01:03 +0100 |
commit | e204a7223b4334ed1c556a4564a8048888b69fe8 (patch) | |
tree | 558b908e425a8525e54d6b842bbb0251171fb309 /ftdetect/polyglot.vim | |
parent | 7a0f2d974f9ac5bc85607e8c769d3370dd18ac74 (diff) | |
download | vim-polyglot-e204a7223b4334ed1c556a4564a8048888b69fe8.tar.gz vim-polyglot-e204a7223b4334ed1c556a4564a8048888b69fe8.zip |
Add ftplugin to markdown, fixes #447
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 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 |