From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Sep 19 19:30:19 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 83DD916A4CE for ; Sun, 19 Sep 2004 19:30:19 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4020743D48 for ; Sun, 19 Sep 2004 19:30:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i8JJUJ6d061430 for ; Sun, 19 Sep 2004 19:30:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8JJUJFl061428; Sun, 19 Sep 2004 19:30:19 GMT (envelope-from gnats) Resent-Date: Sun, 19 Sep 2004 19:30:19 GMT Resent-Message-Id: <200409191930.i8JJUJFl061428@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christopher Nehren Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9C4116A4CE for ; 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 ; 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 ; 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 To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/71915: Update vim's pod.vim syntax file to reflect current POD functionality X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Christopher Nehren List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2004 19:30:19 -0000 >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: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 19 19:30:18 GMT 2004 >Closed-Date: >Last-Modified: >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: >Unformatted: