X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/da145debf80da5f38e244d2f968d43f5051590f1..c58a4f3586473f7476510714698e60835fcb94ef:/ftdetect/markdown.vim?ds=sidebyside diff --git a/ftdetect/markdown.vim b/ftdetect/markdown.vim index 07682da4..e7c6f864 100644 --- a/ftdetect/markdown.vim +++ b/ftdetect/markdown.vim @@ -3,6 +3,6 @@ if !has('patch-7.4.480') au! filetypedetect BufRead,BufNewFile *.md endif -" markdown filetype file -au BufRead,BufNewFile *.{md,mdown,mkd,mkdn,markdown,mdwn} setfiletype markdown -au BufRead,BufNewFile *.{md,mdown,mkd,mkdn,markdown,mdwn}.{des3,des,bf,bfa,aes,idea,cast,rc2,rc4,rc5,desx} setfiletype markdown +" vint: -ProhibitAutocmdWithNoGroup +au BufRead,BufNewFile *.{md,mdx,mdown,mkd,mkdn,markdown,mdwn} setfiletype markdown +au BufRead,BufNewFile *.{md,mdx,mdown,mkd,mkdn,markdown,mdwn}.{des3,des,bf,bfa,aes,idea,cast,rc2,rc4,rc5,desx} setfiletype markdown