[SCM] Vim packaging branch, deb/runtime, updated. upstream/7.2b.001-92-g7a1c5eb
James Vega
jamessan at debian.org
Wed Jul 16 23:42:54 UTC 2008
The following commit has been merged in the deb/runtime branch:
commit 7a1c5ebc55f0663a9534ced0ea06b19ea3f6dd14
Author: James Vega <jamessan at debian.org>
Date: Wed Jul 16 19:42:02 2008 -0400
Remove duplicated apache filetype detection.
Signed-off-by: James Vega <jamessan at debian.org>
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index c808fe9..e67d429 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -111,7 +111,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*,/etc/apache2/conf.*/*,/etc/apache2/sites-*/*,/etc/apache2/mods-*/* call s:StarSetf('apache')
+au BufNewFile,BufRead httpd.conf*,srm.conf*,access.conf*,apache.conf*,apache2.conf*,/etc/apache2/*.conf* 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