]> git.pld-linux.org Git - packages/vim.git/blob - vim-apache.patch
- detect also apache configs in SOURCES
[packages/vim.git] / vim-apache.patch
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,10 @@
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 .*/SOURCES/apache-*.conf let apache_version="2.2" | setf apache
9 +au BufNewFile,BufRead /etc/apache/*.conf       let apache_version="1.3" | setf apache
10 +au BufNewFile,BufRead .*/SOURCES/apache1-*.conf        let apache_version="1.3" | setf apache
11  au BufNewFile,BufRead httpd.conf*,srm.conf*,access.conf*,.htaccess,apache.conf* setf apache
12  
13  " XA65 MOS6510 cross assembler
This page took 0.037455 seconds and 4 git commands to generate.