summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-04-28 22:39:47 +0000
committerBram Moolenaar <Bram@vim.org>2006-04-28 22:39:47 +0000
commit84c632670b65773e7a0d985f00aba6e99cc15ae3 (patch)
treee93e240006f33b2bdbe59386fd41518e0d5d5ac3 /runtime/filetype.vim
parent5a30542f1ec3d84fac9920c2959ba859ddf08199 (diff)
updated for version 7.0f04
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 3b5bd4fdbc..fdeb5fd73f 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: 2006 Apr 27
+" Last Change: 2006 Apr 28
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -1146,8 +1146,8 @@ au BufNewFile,BufRead *.pm
" Perl POD
au BufNewFile,BufRead *.pod setf pod
-" Php3
-au BufNewFile,BufRead *.php,*.php3 setf php
+" Php, php3, php4, etc.
+au BufNewFile,BufRead *.php,*.php\d setf php
" Phtml
au BufNewFile,BufRead *.phtml setf phtml