mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
vim-plugin.eclass: fix manpage formatting
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in> Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
This commit is contained in:
committed by
Patrice Clement
parent
0fa5e48ce6
commit
65f188cc92
@@ -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} "${@}"
|
||||
|
||||
Reference in New Issue
Block a user