rpms/vim/devel vim-7.2-httpfiletype-499123.patch,NONE,1.1

Karsten Hopp karsten at fedoraproject.org
Thu Dec 3 13:33:51 UTC 2009


Author: karsten

Update of /cvs/extras/rpms/vim/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv13650

Added Files:
	vim-7.2-httpfiletype-499123.patch 
Log Message:
- correct syntax highlighting of httpd config files in /etc/httpd (#499123)

vim-7.2-httpfiletype-499123.patch:
 filetype.vim |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE vim-7.2-httpfiletype-499123.patch ---
diff -up vim72/runtime/filetype.vim.499123 vim72/runtime/filetype.vim
--- vim72/runtime/filetype.vim.499123	2009-12-02 17:42:47.000000000 +0100
+++ vim72/runtime/filetype.vim	2009-12-02 17:43:52.000000000 +0100
@@ -111,7 +111,7 @@ au BufNewFile,BufRead proftpd.conf*		cal
 
 " 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*,auth_mysql.conf*,auth_pgsql.conf*,ssl.conf*,perl.conf*,php.conf*,python.conf*,squirrelmail.conf* call s:StarSetf('apache')
+au BufNewFile,BufRead httpd.conf*,srm.conf*,access.conf*,apache.conf*,apache2.conf*,/etc/httpd/*.conf*,auth_mysql.conf*,auth_pgsql.conf*,ssl.conf*,perl.conf*,php.conf*,python.conf*,squirrelmail.conf* call s:StarSetf('apache')
 
 " XA65 MOS6510 cross assembler
 au BufNewFile,BufRead *.a65			setf a65




More information about the scm-commits mailing list