]> git.pld-linux.org Git - packages/vim.git/blob - vim-apache.patch
updated to 7.3.1219
[packages/vim.git] / vim-apache.patch
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 proftpd.conf*            call s:StarSetf('apachestyle')
5  
6  " Apache config file
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
9  au BufNewFile,BufRead .htaccess,/etc/httpd/*.conf               setf apache
10  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')
11  
This page took 0.084879 seconds and 3 git commands to generate.