[SCM] Vim packaging branch, deb/runtime, updated. upstream/7.1.285-51-g05d4446

James Vega jamessan at debian.org
Fri Apr 18 02:05:55 UTC 2008


The following commit has been merged in the deb/runtime branch:
commit 05d444676148a39a1d5c003b750a8bd7b66bcc34
Author: James Vega <jamessan at debian.org>
Date:   Thu Apr 17 21:56:08 2008 -0400

    Add filetype detection of more Apache config files.
    
    Closes #421312
    
    Signed-off-by: James Vega <jamessan at debian.org>

diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 46ee590..a61acb3 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -108,7 +108,7 @@ au BufNewFile,BufRead proftpd.conf*		call s:StarSetf('apachestyle')
 
 " Apache config file
 au BufNewFile,BufRead .htaccess			 setf apache
-au BufNewFile,BufRead httpd.conf*,srm.conf*,access.conf*,apache.conf*,apache2.conf*,/etc/apache2/*.conf* call s:StarSetf('apache')
+au BufNewFile,BufRead httpd.conf*,srm.conf*,access.conf*,apache.conf*,apache2.conf*,/etc/apache2/*.conf*,/etc/apache2/conf.*/*,/etc/apache2/sites-*/*,/etc/apache2/mods-*/* call s:StarSetf('apache')
 
 " XA65 MOS6510 cross assembler
 au BufNewFile,BufRead *.a65			setf a65

-- 
Vim packaging



More information about the pkg-vim-maintainers mailing list