Gentoo Archives: gentoo-dev

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-dev@l.g.o
Cc: vim@g.o
Subject: [gentoo-dev] [PATCH v3 5/8] vim-plugin.eclass: document VIM_PLUGIN_VIM_VERSION
Date: Wed, 06 Apr 2022 13:54:01
Message-Id: 20220406135203.24882-6-cyber+gentoo@sysrq.in
In Reply to: [gentoo-dev] [PATCH v3 0/8] 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 0df323b143..063893ad41 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