diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-15 07:12:25 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-15 07:12:25 +0000 |
commit | 10425273718ab343dcc6e08a61a5340bb9a092d2 (patch) | |
tree | fffc0a7245894514a8144c7bfe54146a7363d496 /runtime | |
parent | a2dd9009992596950d48fa5c18a80b60c72227f3 (diff) | |
download | vim-git-10425273718ab343dcc6e08a61a5340bb9a092d2.tar.gz |
updated for version 7.1-002v7.1.002
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/filetype.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim index d1163082f..20719aa2e 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -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 |