Blame vim-7.2-httpfiletype-499123.patch

Karsten Hopp d54327
diff -up vim72/runtime/filetype.vim.499123 vim72/runtime/filetype.vim
Karsten Hopp d54327
--- vim72/runtime/filetype.vim.499123	2009-12-02 17:42:47.000000000 +0100
Karsten Hopp d54327
+++ vim72/runtime/filetype.vim	2009-12-02 17:43:52.000000000 +0100
Karsten Hopp d54327
@@ -111,7 +111,7 @@ au BufNewFile,BufRead proftpd.conf*		cal
Karsten Hopp d54327
 
Karsten Hopp d54327
 " Apache config file
Karsten Hopp d54327
 au BufNewFile,BufRead .htaccess			 setf apache
Karsten Hopp d54327
-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')
Karsten Hopp d54327
+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')
Karsten Hopp d54327
 
Karsten Hopp d54327
 " XA65 MOS6510 cross assembler
Karsten Hopp d54327
 au BufNewFile,BufRead *.a65			setf a65