summaryrefslogtreecommitdiff
blob: b68dcfa7d022b279eee51d39b3295d9948b2b073 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -113,6 +113,9 @@
 au BufNewFile,BufRead .htaccess,/etc/httpd/*.conf		 setf apache
 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')
 
+" Gentoo apache config file locations (Gentoo bug #83565)
+au BufNewFile,BufRead /etc/apache2/{modules,vhosts}.d/*.conf call s:StarSetf('apache')
+
 " XA65 MOS6510 cross assembler
 au BufNewFile,BufRead *.a65			setf a65