SOURCES: vim-filetype_vim-php45.patch (NEW) - recognize .php4/.php...
adamg
adamg at pld-linux.org
Tue Feb 28 11:15:01 CET 2006
Author: adamg Date: Tue Feb 28 10:15:01 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- recognize .php4/.php5 as php scripts
---- Files affected:
SOURCES:
vim-filetype_vim-php45.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/vim-filetype_vim-php45.patch
diff -u /dev/null SOURCES/vim-filetype_vim-php45.patch:1.1
--- /dev/null Tue Feb 28 11:15:01 2006
+++ SOURCES/vim-filetype_vim-php45.patch Tue Feb 28 11:14:56 2006
@@ -0,0 +1,13 @@
+--- vim64/runtime/filetype.vim~ 2006-02-28 10:53:41.000000000 +0100
++++ vim64/runtime/filetype.vim 2006-02-28 10:55:04.367164896 +0100
+@@ -1008,8 +1008,8 @@
+ " Perl POD
+ au BufNewFile,BufRead *.pod setf pod
+
+-" Php3
+-au BufNewFile,BufRead *.php,*.php3 setf php
++" PHP 3/4/5
++au BufNewFile,BufRead *.php,*.php3,*.php4,*.php5 setf php
+
+ " Phtml
+ au BufNewFile,BufRead *.phtml setf phtml
================================================================
More information about the pld-cvs-commit
mailing list