forked from aniani/vim
updated for version 7.0f03
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
" Vim support file to detect file types
|
||||
"
|
||||
" Maintainer: Bram Moolenaar <Bram@vim.org>
|
||||
" 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user