]> git.pld-linux.org Git - packages/vim.git/blob - vim-apache.patch
- match also *-apache{1,}.conf 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,8 @@
4  au BufNewFile,BufRead proftpd.conf*            setf 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 httpd.conf*,srm.conf*,access.conf*,.htaccess,apache.conf* setf apache
10  
11  " XA65 MOS6510 cross assembler
This page took 0.026621 seconds and 4 git commands to generate.