]> git.pld-linux.org Git - packages/vim.git/blame - vim-apache.patch
- partial up to 7.4.022; few patches left as todo
[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
0dbb2bd6 3@@ -110,6 +110,8 @@
a0ece444 4 au BufNewFile,BufRead 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
0dbb2bd6 9 au BufNewFile,BufRead .htaccess,*/etc/httpd/*.conf setf apache
09c22972 10
0dbb2bd6 11 " XA65 MOS6510 cross assembler
This page took 0.185413 seconds and 4 git commands to generate.