<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=text/html;charset=iso-8859-1 http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.7600.16466"></HEAD>
<BODY style="PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 15px" 
id=MailContainerBody leftMargin=0 topMargin=0 CanvasTabStop="true" 
name="Compose message area">
<DIV><FONT face=Calibri>Package: vim-runtime<BR>Version: 
7.0-122+1etch5</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Calibri>I work on Apache config files, and I saw some problems 
with the syntax highlighting. I correct it directly in the syntax file 
apache.vim. This is the diff result :</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Calibri><A 
title="http://djdch.com/partage/apache.vim.diff&#10;CTRL + Cliquez ici pour suivre le lien" 
href="http://djdch.com/partage/apache.vim.diff">http://djdch.com/partage/apache.vim.diff</A> 
:<BR>--------------------------------------------------<BR>--- 
apache.vim.old&nbsp;2009-10-23 17:16:25.000000000 -0400<BR>+++ 
apache.vim&nbsp;2010-01-05 20:28:52.000000000 -0500<BR>@@ -33,11 +33,11 
@@<BR>&nbsp;syn region apacheString start=+"+ end=+"+ 
skip=+\\\\\|\\\"+<BR>&nbsp;<BR>&nbsp;" Core and mpm<BR>-syn keyword 
apacheDeclaration AccessFileName AddDefaultCharset AllowOverride AuthName 
AuthType ContentDigest DefaultType DocumentRoot ErrorDocument ErrorLog 
HostNameLookups IdentityCheck Include KeepAlive KeepAliveTimeout 
LimitRequestBody LimitRequestFields LimitRequestFieldsize LimitRequestLine 
LogLevel MaxKeepAliveRequests NameVirtualHost Options Require RLimitCPU 
RLimitMEM RLimitNPROC Satisfy ScriptInterpreterSource ServerAdmin ServerAlias 
ServerName ServerPath ServerRoot ServerSignature ServerTokens TimeOut 
UseCanonicalName<BR>+syn keyword apacheDeclaration AccessFileName 
AddDefaultCharset AuthName AuthType ContentDigest DefaultType DocumentRoot 
ErrorDocument ErrorLog HostNameLookups IdentityCheck Include KeepAlive 
KeepAliveTimeout LimitRequestBody LimitRequestFields LimitRequestFieldsize 
LimitRequestLine LogLevel MaxKeepAliveRequests NameVirtualHost Options Require 
RLimitCPU RLimitMEM RLimitNPROC Satisfy ScriptInterpreterSource ServerAdmin 
ServerAlias ServerName ServerPath ServerRoot ServerSignature ServerTokens 
TimeOut UseCanonicalName<BR>&nbsp;syn keyword apacheDeclaration AcceptPathInfo 
CGIMapExtension EnableMMAP FileETag ForceType LimitXMLRequestBody SetHandler 
SetInputFilter SetOutputFilter<BR>&nbsp;syn keyword apacheDeclaration 
AcceptFilter AllowEncodedSlashes EnableSendfile LimitInternalRecursion 
TraceEnable<BR>&nbsp;syn keyword apacheOption INode MTime Size<BR>-syn keyword 
apacheOption Any All On Off Double EMail DNS Min Minimal OS Prod ProductOnly 
Full<BR>+syn keyword apacheOption Any All On Off Double EMail DNS Min Minimal OS 
Prod ProductOnly Full Minor Major<BR>&nbsp;syn keyword apacheOption emerg alert 
crit error warn notice info debug<BR>&nbsp;syn keyword apacheOption registry 
script inetd standalone<BR>&nbsp;syn match apacheOptionOption 
"[+-]\?\&lt;\(ExecCGI\|FollowSymLinks\|Includes\|IncludesNoExec\|Indexes\|MultiViews\|SymLinksIfOwnerMatch\)\&gt;"<BR>@@ 
-52,7 +52,7 @@<BR>&nbsp;syn match apacheAuthType "AuthType\s.*$" 
contains=apacheAuthTypeValue<BR>&nbsp;syn keyword apacheAuthTypeValue Basic 
Digest<BR>&nbsp;syn match apacheAllowOverride "AllowOverride\s.*$" 
contains=apacheAllowOverrideValue,apacheComment<BR>-syn keyword 
apacheAllowOverrideValue AuthConfig FileInfo Indexes Limit Options 
contained<BR>+syn keyword apacheAllowOverrideValue AuthConfig FileInfo Indexes 
Limit Options All None contained<BR>&nbsp;syn keyword apacheDeclaration 
CoreDumpDirectory EnableExceptionHook GracefulShutdownTimeout Group Listen 
ListenBacklog LockFile MaxClients MaxMemFree MaxRequestsPerChild MaxSpareThreads 
MaxSpareThreadsPerChild MinSpareThreads NumServers PidFile ScoreBoardFile 
SendBufferSize ServerLimit StartServers StartThreads ThreadLimit ThreadsPerChild 
User<BR>&nbsp;syn keyword apacheDeclaration MaxThreads 
ThreadStackSize<BR>&nbsp;syn keyword apacheDeclaration 
Win32DisableAcceptEx<BR>@@ -156,7 +156,7 @@<BR>&nbsp;syn keyword 
apacheDeclaration PerlFreshRestart PerlSendHeader<BR>&nbsp;syn keyword 
apacheDeclaration php_value php_flag php_admin_value php_admin_flag<BR>&nbsp;syn 
match apacheSection "&lt;\/\=\(Proxy\|ProxyMatch\)[^&gt;]*&gt;" 
contains=apacheAnything<BR>-syn keyword apacheDeclaration AllowCONNECT NoProxy 
ProxyBadHeader ProxyBlock ProxyDomain ProxyErrorOverride ProxyIOBufferSize 
ProxyMaxForwards ProxyPass ProxyPassReverse ProxyPassReverseCookieDomain 
ProxyPassReverseCookiePath ProxyPreserveHost ProxyReceiveBufferSize ProxyRemote 
ProxyRemoteMatch ProxyRequests ProxyTimeout ProxyVia<BR>+syn keyword 
apacheDeclaration AllowCONNECT NoProxy ProxyBadHeader ProxyBlock ProxyDomain 
ProxyErrorOverride ProxyIOBufferSize ProxyMaxForwards ProxyPass ProxyPassReverse 
ProxyPassReverseCookieDomain ProxyPassReverseCookiePath ProxyPreserveHost 
ProxyReceiveBufferSize ProxyRemote ProxyRemoteMatch ProxyRequests ProxyTimeout 
ProxyVia BalancerMember<BR>&nbsp;syn keyword apacheDeclaration RewriteBase 
RewriteCond RewriteEngine RewriteLock RewriteLog RewriteLogLevel RewriteMap 
RewriteOptions RewriteRule<BR>&nbsp;syn keyword apacheOption 
inherit<BR>&nbsp;syn keyword apacheDeclaration BrowserMatch BrowserMatchNoCase 
SetEnvIf 
SetEnvIfNoCase<BR>--------------------------------------------------</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Calibri>Debian GNU/Linux 4.0<BR>Kernel 
2.6.24.5-grsec-xxxx-grs-ipv4-32<BR>libc-2.3.6.so</FONT></DIV></BODY></HTML>