]> granicus.if.org Git - vim/commitdiff
updated for version 7.2b-008 v7.2b.008
authorBram Moolenaar <Bram@vim.org>
Fri, 18 Jul 2008 10:54:50 +0000 (10:54 +0000)
committerBram Moolenaar <Bram@vim.org>
Fri, 18 Jul 2008 10:54:50 +0000 (10:54 +0000)
runtime/filetype.vim
src/version.c

index 2ba2bfe69aeadf38dca19807c24449d900873c5e..17f7a80c57b171c7d8ba303a600cd1b7143d53f8 100644 (file)
@@ -1,7 +1,7 @@
 " Vim support file to detect file types
 "
 " 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
 if exists("did_load_filetypes")
@@ -92,9 +92,9 @@ au BufNewFile,BufRead *.wrm                   setf acedb
 " Ada (83, 9X, 95)
 au BufNewFile,BufRead *.adb,*.ads,*.ada                setf ada
 if has("vms")
-  au BufNewFile,BufRead *.gpr,*.ada_m,*.adc    setf ada
+  au BufNewFile,BufRead *.gpr,*.ada_m,*.adc    setf ada
 else
-  au BufNewFile,BufRead *.gpr                  setf ada
+  au BufNewFile,BufRead *.gpr                  setf ada
 endif
 
 " AHDL
@@ -291,6 +291,9 @@ endfunc
 " 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
 au BufNewFile,BufRead *.c                      call s:FTlpc()
 
@@ -739,7 +742,7 @@ au BufNewFile,BufRead *.groovy                      setf groovy
 au BufNewFile,BufRead *.gsp                    setf gsp
 
 " Group file
-au BufNewFile,BufRead /etc/group,/etc/group-,/etc/group.edit,/etc/gshadow,/etc/gshadow-,/etc/gshadow.edit,/var/backups/group.bak,/var/backups/gshadow.bak              setf group
+au BufNewFile,BufRead /etc/group,/etc/group-,/etc/group.edit,/etc/gshadow,/etc/gshadow-,/etc/gshadow.edit,/var/backups/group.bak,/var/backups/gshadow.bak  setf group
 
 " GTK RC
 au BufNewFile,BufRead .gtkrc,gtkrc             setf gtkrc
@@ -800,6 +803,9 @@ au BufNewFile,BufRead *.tmpl                        setf htmlcheetah
 " Host config
 au BufNewFile,BufRead /etc/host.conf           setf hostconf
 
+" Hosts access
+au BufNewFile,BufRead /etc/hosts.allow,/etc/hosts.deny  setf hostsaccess
+
 " Hyper Builder
 au BufNewFile,BufRead *.hb                     setf hb
 
@@ -850,7 +856,7 @@ endfunc
 
 
 " Indent RC
-au BufNewFile,BufRead indentrc                 setf indentrc
+au BufNewFile,BufRead indentrc                 setf indent
 
 " Inform
 au BufNewFile,BufRead *.inf,*.INF              setf inform
@@ -1463,6 +1469,9 @@ au BufNewFile,BufRead *.pyx,*.pxd         setf pyrex
 " Python
 au BufNewFile,BufRead *.py,*.pyw               setf python
 
+" Quixote (Python-based web framework)
+au BufNewFile,BufRead *.ptl                    setf python
+
 " Radiance
 au BufNewFile,BufRead *.rad,*.mat              setf radiance
 
@@ -1561,6 +1570,9 @@ au BufNewFile,BufRead *.rst                       setf rst
 " RTF
 au BufNewFile,BufRead *.rtf                    setf rtf
 
+" Interactive Ruby shell
+au BufNewFile,BufRead .irbrc,irbrc             setf ruby
+
 " Ruby
 au BufNewFile,BufRead *.rb,*.rbw,*.gem,*.gemspec       setf ruby
 
index fd7795e7a3d79dfe4263200decb539ae3d538020..93b79578409775cf272fb2cee069d5cd5e46c26f 100644 (file)
@@ -676,6 +676,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    8,
 /**/
     7,
 /**/