diff options
author | Anna Vyalkova <cyber+gentoo@sysrq.in> | 2022-04-06 16:41:38 +0500 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2022-05-30 14:57:02 +0200 |
commit | ae46f49042ecd5785cfd82b8845b445e4a07033a (patch) | |
tree | 0de1e4b084d057f03ad79af63fabf149b024bc43 /eclass | |
parent | vim-plugin.eclass: document VIM_PLUGIN_VIM_VERSION (diff) | |
download | gentoo-ae46f49042ecd5785cfd82b8845b445e4a07033a.tar.gz gentoo-ae46f49042ecd5785cfd82b8845b445e4a07033a.tar.bz2 gentoo-ae46f49042ecd5785cfd82b8845b445e4a07033a.zip |
vim-doc.eclass: add debug-print-function call
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vim-doc.eclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/eclass/vim-doc.eclass b/eclass/vim-doc.eclass index f0c5c6edc6f3..968f4657b66a 100644 --- a/eclass/vim-doc.eclass +++ b/eclass/vim-doc.eclass @@ -24,6 +24,8 @@ esac if [[ ! ${_VIM_DOC_ECLASS} ]] ; then update_vim_helptags() { + debug-print-function ${FUNCNAME} "${@}" + local vimfiles helpfile files vim d # This is where vim plugins are installed |