]> git.pld-linux.org Git - packages/vim.git/blobdiff - vim-phpscript.patch
updated to 7.4.796
[packages/vim.git] / vim-phpscript.patch
index e968fb104bd43d161dd942a5e1b83b11c9c6b7e9..d342b0e524c472753b922211afeaf908d7633844 100644 (file)
      " RCS/CVS log output
    elseif s:line1 =~ '^RCS file:' || s:line2 =~ '^RCS file:'
      set ft=rcslog
+--- vim73/runtime/filetype.vim~        2010-10-31 13:26:19.000000000 +0200
++++ vim73/runtime/filetype.vim 2010-10-31 13:27:17.615314321 +0200
+@@ -1326,7 +1326,8 @@
+ " Php, php3, php4, etc.
+ " Also Phtml (was used for PHP 2 in the past)
+ " Also .ctp for Cake template file
+-au BufNewFile,BufRead *.php,*.php\d,*.phtml,*.ctp     setf php
++" Also .phpt for PHP Test files
++au BufNewFile,BufRead *.php,*.php\d,*.phtml,*.ctp,*.phpt      setf php
+ " Pike
+ au BufNewFile,BufRead *.pike,*.lpc,*.ulpc,*.pmod setf pike
This page took 0.051681 seconds and 4 git commands to generate.