From a800df24eb5b608db8c985b5401e598cce1a834f Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Aug 24 2006 09:20:37 +0000 Subject: - fix syntax patch (#203798) --- diff --git a/vim-7.0-syntax.patch b/vim-7.0-syntax.patch index 6464297..2557dfa 100644 --- a/vim-7.0-syntax.patch +++ b/vim-7.0-syntax.patch @@ -5,7 +5,7 @@ " 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* 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/apache2/*.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