aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-07-16 17:10:33 +0200
committerMichał Górny <mgorny@gentoo.org>2021-07-16 17:10:33 +0200
commit699403207695d0810a3744d9ae87d51f7ca3ce0b (patch)
tree3c362cf95e97b1b91d001e99d42e82696232e6d2
parentAdd support for epytest & eunittest highlighting (diff)
downloadgentoo-syntax-699403207695d0810a3744d9ae87d51f7ca3ce0b.tar.gz
gentoo-syntax-699403207695d0810a3744d9ae87d51f7ca3ce0b.tar.bz2
gentoo-syntax-699403207695d0810a3744d9ae87d51f7ca3ce0b.zip
newebuild: Default to EAPI 8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--plugin/newebuild.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim
index 8378fab..7c5f46a 100644
--- a/plugin/newebuild.vim
+++ b/plugin/newebuild.vim
@@ -56,7 +56,7 @@ fun! <SID>MakeNewEbuild()
nohls
" }}}
else
- put ='EAPI=7'
+ put ='EAPI=8'
put =''
if l:category ==# "acct-group"
" {{{ acct-group special setup