From c0dd0b5ee76e7e237a75c436e63b5fe1ee9a81b4 Mon Sep 17 00:00:00 2001 From: Anna Vyalkova Date: Wed, 6 Apr 2022 16:37:44 +0500 Subject: vim-plugin.eclass: document VIM_PLUGIN_VIM_VERSION Signed-off-by: Anna Vyalkova Signed-off-by: Patrice Clement --- eclass/vim-plugin.eclass | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'eclass/vim-plugin.eclass') diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass index 9d300ad4826b..1dda852d5a57 100644 --- a/eclass/vim-plugin.eclass +++ b/eclass/vim-plugin.eclass @@ -22,7 +22,10 @@ if [[ ! ${_VIM_PLUGIN_ECLASS} ]]; then inherit vim-doc -VIM_PLUGIN_VIM_VERSION="${VIM_PLUGIN_VIM_VERSION:-7.3}" +# @ECLASS_VARIABLE: VIM_PLUGIN_VIM_VERSION +# @DESCRIPTION: +# Minimum Vim version the plugin supports. +: ${VIM_PLUGIN_VIM_VERSION:=7.3} DEPEND="|| ( >=app-editors/vim-${VIM_PLUGIN_VIM_VERSION} >=app-editors/gvim-${VIM_PLUGIN_VIM_VERSION} )" -- cgit v1.2.3