From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 990FF1389E2 for ; Sat, 29 Nov 2014 07:19:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1FFEE096F; Sat, 29 Nov 2014 07:19:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7DF96E096F for ; Sat, 29 Nov 2014 07:19:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A52653403EC for ; Sat, 29 Nov 2014 07:19:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4F00EB23F for ; Sat, 29 Nov 2014 07:19:37 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1417244601.7a6071bfd2e8bd250a7e5da8a3895ab1c9b36a0a.radhermit@gentoo> Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: syntax/ X-VCS-Repository: proj/gentoo-syntax X-VCS-Files: syntax/ebuild.vim X-VCS-Directories: syntax/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 7a6071bfd2e8bd250a7e5da8a3895ab1c9b36a0a X-VCS-Branch: master Date: Sat, 29 Nov 2014 07:19:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 095c551a-56a7-4012-884f-219cd1124358 X-Archives-Hash: c3c2a163210427729661433d0a595733 commit: 7a6071bfd2e8bd250a7e5da8a3895ab1c9b36a0a Author: Tim Harder gentoo org> AuthorDate: Sat Nov 29 07:03:21 2014 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Nov 29 07:03:21 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/gentoo-syntax.git;a=commit;h=7a6071bf fix minor spelling errors --- syntax/ebuild.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim index 7a1eafa..649bc47 100644 --- a/syntax/ebuild.vim +++ b/syntax/ebuild.vim @@ -210,7 +210,7 @@ syn match EbuildExportFunctionsFuncE contained /\S\+\(\s\|$\)\@=\(pkg_pretend\|p " Eclass documentation syn match EclassDocumentation /@\(BLURB\|CODE\|DESCRIPTION\|ECLASS-VARIABLE\|ECLASS\|EXAMPLE\|FUNCTION\|MAINTAINER\|RETURN\|USAGE\|VARIABLE\):/ contained -" use shComment (sh.vim), make it compatbile with other comment hightlights +" use shComment (sh.vim), make it compatible with other comment highlights syn match shComment "^\s*\zs#.*$" contains=EclassDocumentation syn match shComment "\s\zs#.*$" contains=EclassDocumentation