From 7e531d18506ec307e8d5df8229ca10617caa4f5a Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 13 Dec 2019 08:16:14 +0100 Subject: syntax/ebuild.vim: Remove duplicate python_compile_all MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- syntax/ebuild.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/syntax/ebuild.vim b/syntax/ebuild.vim index 30b9e8b..1190a2a 100644 --- a/syntax/ebuild.vim +++ b/syntax/ebuild.vim @@ -221,7 +221,6 @@ syn keyword EbuildDistutilsKeyword distutils_enable_sphinx syn keyword EbuildDistutilsFunction python_prepare python_prepare_all syn keyword EbuildDistutilsFunction python_configure python_configure_all syn keyword EbuildDistutilsFunction python_compile python_compile_all -syn keyword EbuildDistutilsFunction python_compile_all sphinx_compile_all syn keyword EbuildDistutilsFunction python_test python_test_all syn keyword EbuildDistutilsFunction python_install python_install_all -- cgit v1.2.3-65-gdbad