Skip to content

Commit 21c8a8b

Browse files
committed
chore: Clue in linter about ftdetect augroups
1 parent f868afa commit 21c8a8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ftdetect/markdown.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ if !has('patch-7.4.480')
33
au! filetypedetect BufRead,BufNewFile *.md
44
endif
55

6-
" markdown filetype file
6+
" vint: -ProhibitAutocmdWithNoGroup
77
au BufRead,BufNewFile *.{md,mdx,mdown,mkd,mkdn,markdown,mdwn} setfiletype markdown
88
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

Comments
 (0)