summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-03-12 16:51:17 +0100
committerConrad Kostecki <conikost@gentoo.org>2023-09-14 23:22:33 +0200
commit2f746c73e4d4a29d149502b55bf09348c482c21e (patch)
tree9d571abb8542dd4b34f8356050add17770496a25
parentapp-vim/curcmdmode: EAPI8 bump (diff)
downloadgentoo-2f746c73e4d4a29d149502b55bf09348c482c21e.tar.gz
gentoo-2f746c73e4d4a29d149502b55bf09348c482c21e.tar.bz2
gentoo-2f746c73e4d4a29d149502b55bf09348c482c21e.zip
app-vim/closetag: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
-rw-r--r--app-vim/closetag/closetag-0.9.1-r2.ebuild15
1 files changed, 15 insertions, 0 deletions
diff --git a/app-vim/closetag/closetag-0.9.1-r2.ebuild b/app-vim/closetag/closetag-0.9.1-r2.ebuild
new file mode 100644
index 000000000000..d3cf6bc2e000
--- /dev/null
+++ b/app-vim/closetag/closetag-0.9.1-r2.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit vim-plugin
+
+DESCRIPTION="vim plugin: close HTML/XML tags quickly"
+HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=13"
+
+LICENSE="vim"
+KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~sparc ~x86"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides a <ctrl-_> mapping for closing HTML / XML tags."