From 437df8f48460ad687c6f4cc5dd4c9b66155c7b05 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 27 Apr 2006 21:47:44 +0000 Subject: updated for version 7.0f03 --- runtime/filetype.vim | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'runtime/filetype.vim') diff --git a/runtime/filetype.vim b/runtime/filetype.vim index 617cbe6dd9..3b5bd4fdbc 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -1,7 +1,7 @@ " Vim support file to detect file types " " Maintainer: Bram Moolenaar -" Last Change: 2006 Apr 21 +" Last Change: 2006 Apr 27 " Listen very carefully, I will say this only once if exists("did_load_filetypes") @@ -250,6 +250,9 @@ au BufNewFile,BufRead *.bdf setf bdf " BibTeX bibliography database file au BufNewFile,BufRead *.bib setf bib +" BibTeX Bibliography Style +au BufNewFile,BufRead *.bst setf bst + " BIND configuration au BufNewFile,BufRead named.conf,rndc.conf setf named @@ -597,6 +600,9 @@ au BufNewFile,BufRead *.factor setf factor " Fetchmail RC file au BufNewFile,BufRead .fetchmailrc setf fetchmail +" FlexWiki +au BufNewFile,BufRead *.wiki setf flexwiki + " Focus Executable au BufNewFile,BufRead *.fex,*.focexec setf focexec @@ -991,6 +997,9 @@ au BufNewFile,BufRead mplayer.conf,*/.mplayer/config setf mplayerconf " Moterola S record au BufNewFile,BufRead *.s19,*.s28,*.s37 setf srec +" Mrxvtrc +au BufNewFile,BufRead mrxvtrc,.mrxvtrc setf mrxvtrc + " Msql au BufNewFile,BufRead *.msql setf msql -- cgit v1.2.3