1
0
forked from aniani/vim

updated for version 7.1-002

This commit is contained in:
Bram Moolenaar
2007-05-15 07:12:25 +00:00
parent a2dd900999
commit 1042527371
2 changed files with 4 additions and 2 deletions

View 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

View File

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