summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Vyalkova <cyber+gentoo@sysrq.in>2022-04-07 16:54:08 +0500
committerPatrice Clement <monsieurp@gentoo.org>2022-05-30 14:57:02 +0200
commit65f188cc928a2c56cf9c72b2e21464e6d6d1f5ec (patch)
tree3c92780c6c4f1004f1e196050c6229ff62dc9231
parentvim-plugin.eclass: add debug-print-function calls (diff)
downloadgentoo-65f188cc.tar.gz
gentoo-65f188cc.tar.bz2
gentoo-65f188cc.zip
vim-plugin.eclass: fix manpage formatting
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in> Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r--eclass/vim-plugin.eclass5
1 files changed, 5 insertions, 0 deletions
diff --git a/eclass/vim-plugin.eclass b/eclass/vim-plugin.eclass
index c4fa6b2771c6..edf1c94d31b1 100644
--- a/eclass/vim-plugin.eclass
+++ b/eclass/vim-plugin.eclass
@@ -75,7 +75,9 @@ _VIM_PLUGIN_ALLOWED_DIRS=(
# @USAGE: [<dir>...]
# @DESCRIPTION:
# Overrides the default src_install phase. In order, this function:
+#
# * installs help and documentation files.
+#
# * installs all files recognized by default Vim installation and directories
# passed to this function as arguments in "${ED}"/usr/share/vim/vimfiles.
#
@@ -113,8 +115,11 @@ vim-plugin_src_install() {
# @DESCRIPTION:
# Overrides the pkg_postinst phase for this eclass.
# The following functions are called:
+#
# * update_vim_helptags
+#
# * update_vim_afterscripts
+#
# * display_vim_plugin_help
vim-plugin_pkg_postinst() {
debug-print-function ${FUNCNAME} "${@}"