]> granicus.if.org Git - vim/commitdiff
updated for version 7.1-002 v7.1.002
authorBram Moolenaar <Bram@vim.org>
Tue, 15 May 2007 07:12:25 +0000 (07:12 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 15 May 2007 07:12:25 +0000 (07:12 +0000)
runtime/filetype.vim
src/version.c

index d1163082f976659715f0fbfebf8418357a6b09d4..20719aa2e432f98445a49923f063774f3c2b6733 100644 (file)
@@ -1,7 +1,7 @@
 " Vim support file to detect file types
 "
 " Maintainer:  Bram Moolenaar <Bram@vim.org>
-" Last Change: 2007 May 10
+" Last Change: 2007 May 15
 
 " Listen very carefully, I will say this only once
 if exists("did_load_filetypes")
@@ -1286,7 +1286,7 @@ au BufNewFile,BufRead *.g                 setf pccts
 au BufNewFile,BufRead *.it,*.ih                        setf ppwiz
 
 " Oracle Pro*C/C++
-au BufNewFile,BufRead .pc                      setf proc
+au BufNewFile,BufRead *.pc                     setf proc
 
 " Privoxy actions file
 au BufNewFile,BufRead *.action                 setf privoxy
index c0f9b4b693c930958ec4662b5cf2e22eb3424cf1..17966651f2432552ce058e325c74d9787c4da3c4 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2,
 /**/
     1,
 /**/