]> git.pld-linux.org Git - packages/vim.git/commitdiff
- recognize *.phpt auto/th/vim-7_3_047-2
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 31 Oct 2010 11:28:21 +0000 (11:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vim-phpscript.patch -> 1.2
    vim.spec -> 1.531

vim-phpscript.patch
vim.spec

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
index 7d2bcaf54f5c7db304b59ea796462222210372c2..589b7d5ec55fff111b575007a0a37dbe269ad2c2 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -28,7 +28,7 @@
 
 %define                ver             7.3
 %define                patchlevel      047
-%define                rel                     1
+%define                rel                     2
 Summary:       Vi IMproved - a Vi clone
 Summary(de.UTF-8):     VIsual editor iMproved
 Summary(es.UTF-8):     Editor visual incrementado
This page took 0.040616 seconds and 4 git commands to generate.