]> git.pld-linux.org Git - packages/vim.git/blame - vim-apache.patch
- set apache config version depending on location
[packages/vim.git] / vim-apache.patch
CommitLineData
09c22972
ER
1--- ./runtime/filetype.vim 2005-12-18 15:58:56.000000000 +0200
2+++ /usr/share/vim/vim64/filetype.vim 2005-12-18 15:03:14.000000000 +0200
3@@ -88,6 +88,8 @@
4 au BufNewFile,BufRead proftpd.conf* setf apachestyle
5
6 " Apache config file
7+au BufNewFile,BufRead /etc/httpd/*.conf let apache_version="2.2" | setf apache
8+au BufNewFile,BufRead /etc/apache/*.conf let apache_version="1.3" | setf apache
9 au BufNewFile,BufRead httpd.conf*,srm.conf*,access.conf*,.htaccess,apache.conf* setf apache
10
11 " XA65 MOS6510 cross assembler
This page took 0.063775 seconds and 4 git commands to generate.