Gentoo Archives: gentoo-dev

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-dev@l.g.o
Cc: vim@g.o
Subject: [gentoo-dev] [PATCH v2 5/8] vim-plugin.eclass: document VIM_PLUGIN_VIM_VERSION
Date: Wed, 06 Apr 2022 12:29:47
Message-Id: 20220406122750.17436-6-cyber+gentoo@sysrq.in
In Reply to: [gentoo-dev] [PATCH v2 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 32d0b6c6ff..65a8fb0f73 100644
8 --- a/eclass/vim-plugin.eclass
9 +++ b/eclass/vim-plugin.eclass
10 @@ -21,6 +21,9 @@ esac
11 if [[ ! ${_VIM_PLUGIN_ECLASS} ]]; then
12 inherit vim-doc
13
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