updated for version 7.1-002
This commit is contained in:
@ -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: 2007 May 10
|
" Last Change: 2007 May 15
|
||||||
|
|
||||||
" 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")
|
||||||
@ -1286,7 +1286,7 @@ au BufNewFile,BufRead *.g setf pccts
|
|||||||
au BufNewFile,BufRead *.it,*.ih setf ppwiz
|
au BufNewFile,BufRead *.it,*.ih setf ppwiz
|
||||||
|
|
||||||
" Oracle Pro*C/C++
|
" Oracle Pro*C/C++
|
||||||
au BufNewFile,BufRead .pc setf proc
|
au BufNewFile,BufRead *.pc setf proc
|
||||||
|
|
||||||
" Privoxy actions file
|
" Privoxy actions file
|
||||||
au BufNewFile,BufRead *.action setf privoxy
|
au BufNewFile,BufRead *.action setf privoxy
|
||||||
|
|||||||
@ -666,6 +666,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 */
|
||||||
|
/**/
|
||||||
|
2,
|
||||||
/**/
|
/**/
|
||||||
1,
|
1,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user