We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f868afa commit 21c8a8bCopy full SHA for 21c8a8b
ftdetect/markdown.vim
@@ -3,6 +3,6 @@ if !has('patch-7.4.480')
3
au! filetypedetect BufRead,BufNewFile *.md
4
endif
5
6
-" markdown filetype file
+" vint: -ProhibitAutocmdWithNoGroup
7
au BufRead,BufNewFile *.{md,mdx,mdown,mkd,mkdn,markdown,mdwn} setfiletype markdown
8
au BufRead,BufNewFile *.{md,mdx,mdown,mkd,mkdn,markdown,mdwn}.{des3,des,bf,bfa,aes,idea,cast,rc2,rc4,rc5,desx} setfiletype markdown
0 commit comments