aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-12-13 08:16:14 +0100
committerMichał Górny <mgorny@gentoo.org>2019-12-13 08:16:14 +0100
commit7e531d18506ec307e8d5df8229ca10617caa4f5a (patch)
tree7546ec0bedace8d5e7c29719d812df56e979430f
parentplugin/newmetadata.vim: Don't put longdescription in pkg (diff)
downloadgentoo-syntax-7e531d18506ec307e8d5df8229ca10617caa4f5a.tar.gz
gentoo-syntax-7e531d18506ec307e8d5df8229ca10617caa4f5a.tar.bz2
gentoo-syntax-7e531d18506ec307e8d5df8229ca10617caa4f5a.zip
syntax/ebuild.vim: Remove duplicate python_compile_all
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--syntax/ebuild.vim1
1 files changed, 0 insertions, 1 deletions
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