X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/dc71922c768e543c9c3bbb1db5ea6d7fa801a814..0ee596c5c5e11fc79598407eaf22f83d279f7e9e:/.vim/bundle/vim-markdown/ftdetect/markdown.vim diff --git a/.vim/bundle/vim-markdown/ftdetect/markdown.vim b/.vim/bundle/vim-markdown/ftdetect/markdown.vim index 07682da4..e7c6f864 100644 --- a/.vim/bundle/vim-markdown/ftdetect/markdown.vim +++ b/.vim/bundle/vim-markdown/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