commit: 7e531d18506ec307e8d5df8229ca10617caa4f5a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Dec 13 07:16:14 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Dec 13 07:16:14 2019 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=7e531d18
syntax/ebuild.vim: Remove duplicate python_compile_all Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> 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