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 1FF80138334 for ; Tue, 21 Aug 2018 08:02:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAD94E0882; Tue, 21 Aug 2018 08:02:44 +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 B3A25E07D8 for ; Tue, 21 Aug 2018 08:02:44 +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 11F36335D4E for ; Tue, 21 Aug 2018 08:02:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F59E3B6 for ; Tue, 21 Aug 2018 08:02:41 +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: <1534837757.69c62fba89217c2f9e26086d32f0e5917c7423a7.mgorny@gentoo> Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: syntax/ X-VCS-Repository: proj/gentoo-syntax X-VCS-Files: syntax/gentoo-package-use.vim X-VCS-Directories: syntax/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 69c62fba89217c2f9e26086d32f0e5917c7423a7 X-VCS-Branch: master Date: Tue, 21 Aug 2018 08:02:41 +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: 256fcdb4-4f02-4e02-a259-44463a9bc2de X-Archives-Hash: 6afc225ea97b46ffd0ad11c8e128c9c5 commit: 69c62fba89217c2f9e26086d32f0e5917c7423a7 Author: Michał Górny gentoo org> AuthorDate: Tue Aug 21 07:49:17 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Aug 21 07:49:17 2018 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=69c62fba syntax/gentoo-package-use: Color USE_EXPAND distinctly syntax/gentoo-package-use.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/gentoo-package-use.vim b/syntax/gentoo-package-use.vim index 30f0b95..251367e 100644 --- a/syntax/gentoo-package-use.vim +++ b/syntax/gentoo-package-use.vim @@ -35,6 +35,6 @@ syn cluster GentooPackagePostAtom contains=GentooPackageUseUse, hi def link GentooPackageUseUse Special hi def link GentooPackageUseUnuse Keyword -hi def link GentooPackageUseExpand Statement +hi def link GentooPackageUseExpand Type let b:current_syntax = "gentoo-package-use"