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 1A1D759CA3 for ; Sun, 6 Mar 2016 12:02:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADB8621C03B for ; Sun, 6 Mar 2016 12:02:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2620FE07D9 for ; Sat, 5 Mar 2016 23:35:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CD6D340A9E for ; Sat, 5 Mar 2016 23:35:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 32329233C for ; Sat, 5 Mar 2016 23:35:18 +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: <1457220670.55630d84018333d6497bce79b325d981382edebc.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: 55630d84018333d6497bce79b325d981382edebc X-VCS-Branch: master Date: Sat, 5 Mar 2016 23:35:18 +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: 605a2c82-758f-459b-85a8-c1570c5f1a77 X-Archives-Hash: 718e642249d93abeef2e6c97e78e3c93 commit: 55630d84018333d6497bce79b325d981382edebc Author: Michał Górny gentoo org> AuthorDate: Fri Feb 19 13:06:30 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sat Mar 5 23:31:10 2016 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=55630d84 syntax/ebuild: Update for bash-completion-r1 syntax/ebuild.vim | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim index f7b1523..fa6a94f 100644 --- a/syntax/ebuild.vim +++ b/syntax/ebuild.vim @@ -114,8 +114,12 @@ syn keyword EbuildVersionatorKeyword delete_version_separator delete_all_version " cvs syn keyword EbuildCVSKeyword cvs_fetch cvs_src_unpack -" bash-completion -syn keyword EbuildBashCompKeyword dobashcompletion bash-completion_pkg_postinst +" bash-completion (removed) +syn keyword EbuildDeprecatedKeyword dobashcompletion bash-completion_pkg_postinst + +" bash-completion-r1 +syn keyword EbuildBashCompKeyword dobashcomp newbashcomp get_bashcompdir +syn keyword EbuildBashCompKeyword get_bashhelpersdir bashcomp_alias " vim-plugin syn keyword EbuildVimPluginKeyword vim-plugin_src_install vim-plugin_pkg_postinst vim-plugin_pkg_postrm