From owner-cvs-src@FreeBSD.ORG Wed Nov 1 12:13:09 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C5DD16A403; Wed, 1 Nov 2006 12:13:09 +0000 (UTC) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47EC743D49; Wed, 1 Nov 2006 12:13:09 +0000 (GMT) (envelope-from philip@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kA1CD9ZH005592; Wed, 1 Nov 2006 12:13:09 GMT (envelope-from philip@repoman.freebsd.org) Received: (from philip@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kA1CD9PG005591; Wed, 1 Nov 2006 12:13:09 GMT (envelope-from philip) Message-Id: <200611011213.kA1CD9PG005591@repoman.freebsd.org> From: Philip Paeps Date: Wed, 1 Nov 2006 12:13:08 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/gnu/usr.bin/send-pr send-pr.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Nov 2006 12:13:09 -0000 philip 2006-11-01 12:13:08 UTC FreeBSD src repository Modified files: gnu/usr.bin/send-pr send-pr.sh Log: Fix vim syntax highlighting. Vim complained about the (comment). The syntax file is also called "sendpr", not "send-pr". Revision Changes Path 1.38 +1 -1 src/gnu/usr.bin/send-pr/send-pr.sh