From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9E0F138334 for ; Mon, 20 Aug 2018 20:37:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EEDCE07FA; Mon, 20 Aug 2018 20:37:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A754E07FA for ; Mon, 20 Aug 2018 20:37:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4ADE3335C7D for ; Mon, 20 Aug 2018 20:37:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9CFFB3A4 for ; Mon, 20 Aug 2018 20:37:44 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1534796967.47fb36a2ef522919704b0403fcc82b7e1bb8770a.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 47fb36a2ef522919704b0403fcc82b7e1bb8770a X-VCS-Branch: master Date: Mon, 20 Aug 2018 20:37:44 +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: f24ff89d-fcff-402c-b072-9567d98d67a5 X-Archives-Hash: 09f81e5edc72faf6e78836d29151c56b commit: 47fb36a2ef522919704b0403fcc82b7e1bb8770a Author: Michał Górny gentoo org> AuthorDate: Mon Aug 20 20:29:07 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Aug 20 20:29:27 2018 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=47fb36a2 syntax/ebuild: Detect whitespace errors inside functions too Bug: https://bugs.gentoo.org/637104 syntax/ebuild.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim index f9f0eba..1fb0ce4 100644 --- a/syntax/ebuild.vim +++ b/syntax/ebuild.vim @@ -320,6 +320,7 @@ syn cluster EbuildThings add=EbuildCDROMKeyword,EbuildLinuxInfoKeyword,EbuildDis syn cluster shCommandSubList add=@EbuildThings syn cluster shCommentGroup add=GentooBug syn cluster shDblQuoteList add=EbuildErrorC +syn cluster shExprList2 add=GentooError hi def link EbuildCoreKeyword Keyword hi def link EbuildDeprecatedKeyword Error