packages: vim/vim-apache.patch - updated to 7.3
adamg
adamg at pld-linux.org
Tue Aug 17 11:43:06 CEST 2010
Author: adamg Date: Tue Aug 17 09:43:06 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 7.3
---- Files affected:
packages/vim:
vim-apache.patch (1.6 -> 1.7)
---- Diffs:
================================================================
Index: packages/vim/vim-apache.patch
diff -u packages/vim/vim-apache.patch:1.6 packages/vim/vim-apache.patch:1.7
--- packages/vim/vim-apache.patch:1.6 Mon May 15 10:23:58 2006
+++ packages/vim/vim-apache.patch Tue Aug 17 11:43:01 2010
@@ -1,11 +1,11 @@
--- vim70/runtime/filetype.vim~ 2006-05-13 15:24:24.000000000 +0200
+++ vim70/runtime/filetype.vim 2006-05-15 10:02:34.491964500 +0200
@@ -102,6 +102,8 @@
- au BufNewFile,BufRead /etc/ftpd/conf.d/*.conf,proftpd*.conf* call s:StarSetf('apachestyle')
+ au BufNewFile,BufRead proftpd.conf* call s:StarSetf('apachestyle')
" Apache config file
+au BufNewFile,BufRead */etc/httpd/*.conf,apache-*.conf,*-apache.conf let apache_version="2.2" | setf apache
+au BufNewFile,BufRead */etc/apache/*.conf,apache1-*.conf,*-apache1.conf let apache_version="1.3" | setf apache
- au BufNewFile,BufRead .htaccess setf apache
- au BufNewFile,BufRead httpd.conf*,srm.conf*,access.conf*,apache.conf*,apache2.conf*,/etc/apache2/*.conf* call s:StarSetf('apache')
+ au BufNewFile,BufRead .htaccess,/etc/httpd/*.conf setf apache
+ au BufNewFile,BufRead httpd.conf*,srm.conf*,access.conf*,apache.conf*,apache2.conf*,/etc/apache2/*.conf*,/etc/httpd/conf.d/*.conf* call s:StarSetf('apache')
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim/vim-apache.patch?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list