]> git.pld-linux.org Git - packages/vim.git/blame - vim-apache.patch
- updated to vim 7.0
[packages/vim.git] / vim-apache.patch
CommitLineData
b783345d
AG
1--- vim70/runtime/filetype.vim~ 2006-05-13 15:24:24.000000000 +0200
2+++ vim70/runtime/filetype.vim 2006-05-15 10:02:34.491964500 +0200
3@@ -102,6 +102,8 @@
4 au BufNewFile,BufRead /etc/ftpd/conf.d/*.conf,proftpd*.conf* call s:StarSetf('apachestyle')
09c22972
ER
5
6 " Apache config file
c235de08
ER
7+au BufNewFile,BufRead */etc/httpd/*.conf,apache-*.conf,*-apache.conf let apache_version="2.2" | setf apache
8+au BufNewFile,BufRead */etc/apache/*.conf,apache1-*.conf,*-apache1.conf let apache_version="1.3" | setf apache
b783345d
AG
9 au BufNewFile,BufRead .htaccess setf apache
10 au BufNewFile,BufRead httpd.conf*,srm.conf*,access.conf*,apache.conf*,apache2.conf*,/etc/apache2/*.conf* call s:StarSetf('apache')
09c22972 11
This page took 0.131003 seconds and 4 git commands to generate.