Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Mon, 30 May 2022 12:57:18
Message-Id: 1653915422.ae46f49042ecd5785cfd82b8845b445e4a07033a.monsieurp@gentoo
1 commit: ae46f49042ecd5785cfd82b8845b445e4a07033a
2 Author: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Wed Apr 6 11:41:38 2022 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 12:57:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae46f490
7
8 vim-doc.eclass: add debug-print-function call
9
10 Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 eclass/vim-doc.eclass | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/eclass/vim-doc.eclass b/eclass/vim-doc.eclass
17 index f0c5c6edc6f3..968f4657b66a 100644
18 --- a/eclass/vim-doc.eclass
19 +++ b/eclass/vim-doc.eclass
20 @@ -24,6 +24,8 @@ esac
21 if [[ ! ${_VIM_DOC_ECLASS} ]] ; then
22
23 update_vim_helptags() {
24 + debug-print-function ${FUNCNAME} "${@}"
25 +
26 local vimfiles helpfile files vim d
27
28 # This is where vim plugins are installed