0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.2b-008

This commit is contained in:
Bram Moolenaar
2008-07-18 10:54:50 +00:00
parent 9b22871b6e
commit 0ab2c5adfb
2 changed files with 19 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
" Vim support file to detect file types " Vim support file to detect file types
" "
" Maintainer: Bram Moolenaar <Bram@vim.org> " Maintainer: Bram Moolenaar <Bram@vim.org>
" Last Change: 2008 Jul 08 " Last Change: 2008 Jul 17
" Listen very carefully, I will say this only once " Listen very carefully, I will say this only once
if exists("did_load_filetypes") if exists("did_load_filetypes")
@@ -291,6 +291,9 @@ endfunc
" Blank " Blank
au BufNewFile,BufRead *.bl setf blank au BufNewFile,BufRead *.bl setf blank
" Blkid cache file
au BufNewFile,BufRead /etc/blkid.tab,/etc/blkid.tab.old setf xml
" C or lpc " C or lpc
au BufNewFile,BufRead *.c call s:FTlpc() au BufNewFile,BufRead *.c call s:FTlpc()
@@ -800,6 +803,9 @@ au BufNewFile,BufRead *.tmpl setf htmlcheetah
" Host config " Host config
au BufNewFile,BufRead /etc/host.conf setf hostconf au BufNewFile,BufRead /etc/host.conf setf hostconf
" Hosts access
au BufNewFile,BufRead /etc/hosts.allow,/etc/hosts.deny setf hostsaccess
" Hyper Builder " Hyper Builder
au BufNewFile,BufRead *.hb setf hb au BufNewFile,BufRead *.hb setf hb
@@ -850,7 +856,7 @@ endfunc
" Indent RC " Indent RC
au BufNewFile,BufRead indentrc setf indentrc au BufNewFile,BufRead indentrc setf indent
" Inform " Inform
au BufNewFile,BufRead *.inf,*.INF setf inform au BufNewFile,BufRead *.inf,*.INF setf inform
@@ -1463,6 +1469,9 @@ au BufNewFile,BufRead *.pyx,*.pxd setf pyrex
" Python " Python
au BufNewFile,BufRead *.py,*.pyw setf python au BufNewFile,BufRead *.py,*.pyw setf python
" Quixote (Python-based web framework)
au BufNewFile,BufRead *.ptl setf python
" Radiance " Radiance
au BufNewFile,BufRead *.rad,*.mat setf radiance au BufNewFile,BufRead *.rad,*.mat setf radiance
@@ -1561,6 +1570,9 @@ au BufNewFile,BufRead *.rst setf rst
" RTF " RTF
au BufNewFile,BufRead *.rtf setf rtf au BufNewFile,BufRead *.rtf setf rtf
" Interactive Ruby shell
au BufNewFile,BufRead .irbrc,irbrc setf ruby
" Ruby " Ruby
au BufNewFile,BufRead *.rb,*.rbw,*.gem,*.gemspec setf ruby au BufNewFile,BufRead *.rb,*.rbw,*.gem,*.gemspec setf ruby

View File

@@ -676,6 +676,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
8,
/**/ /**/
7, 7,
/**/ /**/