mirror of
https://github.com/amix/vimrc
synced 2025-07-07 08:45:00 +08:00
gitignore sources_non_forked_cache
This commit is contained in:
8
sources_non_forked/vim-markdown/ftdetect/markdown.vim
Normal file
8
sources_non_forked/vim-markdown/ftdetect/markdown.vim
Normal file
@ -0,0 +1,8 @@
|
||||
if !has('patch-7.4.480')
|
||||
" Before this patch, vim used modula2 for .md.
|
||||
au! filetypedetect BufRead,BufNewFile *.md
|
||||
endif
|
||||
|
||||
" 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
|
Reference in New Issue
Block a user