Don't override filetypes other than conf

This commit is contained in:
Tim Pope
2010-02-27 02:17:37 -05:00
parent 53ae4f945d
commit dd1b2298aa

View File

@@ -1 +1,2 @@
autocmd BufNewFile,BufRead *.markdown,*.md,*.mdown,*.mkd,*.mkdn set ft=markdown autocmd BufNewFile,BufRead *.markdown,*.md,*.mdown,*.mkd,*.mkdn
\ if &ft ==# 'conf' | set ft=markdown | else | setf markdown | endif