From apeiron@prophecy.dyndns.org  Sun Sep 19 19:29:52 2004
Return-Path: <apeiron@prophecy.dyndns.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C9C4116A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 19 Sep 2004 19:29:52 +0000 (GMT)
Received: from prophecy.dyndns.org (pcp08490587pcs.levtwn01.pa.comcast.net [68.83.169.224])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 4AF9043D48
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 19 Sep 2004 19:29:52 +0000 (GMT)
	(envelope-from apeiron@prophecy.dyndns.org)
Received: from prophecy.dyndns.org (apeiron@localhost.dyndns.org [127.0.0.1])
	by prophecy.dyndns.org (8.13.1/8.13.1) with ESMTP id i8JJTpRW044709
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 19 Sep 2004 15:29:51 -0400 (EDT)
	(envelope-from apeiron@prophecy.dyndns.org)
Received: (from apeiron@localhost)
	by prophecy.dyndns.org (8.13.1/8.13.1/Submit) id i8JJTpmX044708;
	Sun, 19 Sep 2004 15:29:51 -0400 (EDT)
	(envelope-from apeiron)
Message-Id: <200409191929.i8JJTpmX044708@prophecy.dyndns.org>
Date: Sun, 19 Sep 2004 15:29:51 -0400 (EDT)
From: Christopher Nehren <apeiron@comcast.net>
Reply-To: Christopher Nehren <apeiron@comcast.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Update vim's pod.vim syntax file to reflect current POD functionality
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71915
>Category:       ports
>Synopsis:       Update vim's pod.vim syntax file to reflect current POD functionality
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    obrien
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 19 19:30:18 GMT 2004
>Closed-Date:    Tue Sep 21 09:05:26 GMT 2004
>Last-Modified:  Tue Sep 21 09:05:26 GMT 2004
>Originator:     Christopher Nehren
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD prophecy.dyndns.org 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Sat Aug 28 15:52:52 EDT 2004 root@prophecy.dyndns.org:/usr/src/sys/i386/compile/PROPHECY i386


	
>Description:
vim's pod.vim syntax highlighting file supports the old-style =head directives,
in that it only supports =head1 and =head2. However, recent developments in POD
translators also support =head{3,4}. 
>How-To-Repeat:
Open a POD file in vim, insert a =head{3,4} directive, notice the lack of
highlighting.
>Fix:

--- /usr/local/share/vim/vim63/syntax/pod.vim	Sun Sep 19 15:24:58 2004
+++ pod.vim	Sun Sep 19 15:25:09 2004
@@ -25,7 +25,7 @@
 endif
 
 " POD commands
-syn match podCommand	"^=head[12]"	nextgroup=podCmdText
+syn match podCommand	"^=head[1234]"	nextgroup=podCmdText
 syn match podCommand	"^=item"	nextgroup=podCmdText
 syn match podCommand	"^=over"	nextgroup=podOverIndent skipwhite
 syn match podCommand	"^=back"

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->obrien 
Responsible-Changed-By: thierry 
Responsible-Changed-When: Sun Sep 19 19:42:42 GMT 2004 
Responsible-Changed-Why:  

Over to the maintainer. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=71915 
State-Changed-From-To: open->closed 
State-Changed-By: obrien 
State-Changed-When: Tue Sep 21 09:04:20 GMT 2004 
State-Changed-Why:  
Hi, thanks for the report; but please send this to the Vim author at 
vim@vim.org.  I sync up with the offical Vim sources very regularly. 

thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71915 
>Unformatted:
