Gentoo Archives: gentoo-dev

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-dev@l.g.o
Cc: vim@g.o
Subject: [gentoo-dev] [PATCH v4 5/9] vim-plugin.eclass: document VIM_PLUGIN_VIM_VERSION
Date: Thu, 07 Apr 2022 12:03:39
Message-Id: 20220407120116.12893-6-cyber+gentoo@sysrq.in
In Reply to: [gentoo-dev] [PATCH v4 0/9] Vim eclasses by Anna Vyalkova
1 Signed-off-by: Anna Vyalkova <cyber+gentoo@×××××.in>
2 ---
3 eclass/vim-plugin.eclass | 3 +++
4 1 file changed, 3 insertions(+)
5
6 diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass
7 index 722f906c65..243f9107be 100644
8 --- a/eclass/vim-plugin.eclass
9 +++ b/eclass/vim-plugin.eclass
10 @@ -33,6 +33,9 @@ case ${EAPI:-0} in
11 esac
12
13 if [[ ! ${_VIM_PLUGIN_ECLASS} ]]; then
14 +# @ECLASS_VARIABLE: VIM_PLUGIN_VIM_VERSION
15 +# @DESCRIPTION:
16 +# Minimum Vim version the plugin supports.
17 VIM_PLUGIN_VIM_VERSION="${VIM_PLUGIN_VIM_VERSION:-7.3}"
18
19 DEPEND="|| ( >=app-editors/vim-${VIM_PLUGIN_VIM_VERSION}
20 --
21 2.35.1