summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-03-19 17:42:45 +0100
committerConrad Kostecki <conikost@gentoo.org>2023-09-14 23:22:42 +0200
commit1285d16e86549d1166284071e37146adf8282af5 (patch)
treee5c0cb06e8bfe7f0dc1f555f667a70cc1ceea72a /app-vim
parentapp-vim/pathogen: EAPI8 bump (diff)
downloadgentoo-1285d16e86549d1166284071e37146adf8282af5.tar.gz
gentoo-1285d16e86549d1166284071e37146adf8282af5.tar.bz2
gentoo-1285d16e86549d1166284071e37146adf8282af5.zip
app-vim/pdv: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/pdv/pdv-1.0.1-r2.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/app-vim/pdv/pdv-1.0.1-r2.ebuild b/app-vim/pdv/pdv-1.0.1-r2.ebuild
new file mode 100644
index 000000000000..a8a2a1562d1b
--- /dev/null
+++ b/app-vim/pdv/pdv-1.0.1-r2.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: PDV (phpDocumentor for Vim)"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=1355"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64 ~x86"
+
+VIM_PLUGIN_HELPTEXT="To use this plugin, you should map the PhpDoc() function
+to something. For example, add the following to your ~/.vimrc:
+
+imap <C-o> ^[:set paste<CR>:exe PhpDoc()<CR>:set nopaste<CR>i
+
+For more info, see:
+${HOMEPAGE}"