summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2016-06-29 11:17:21 +0000
committerPatrice Clement <monsieurp@gentoo.org>2016-06-29 11:21:00 +0000
commitecc0cd2ccfaf0e945a4849b059cd409efa8b4a36 (patch)
tree967fb368724350c23a00432ba40c1fc2455f49b6 /app-vim
parentapp-vim/errsign: Stable for amd64. Retroactively mark stable for the remainin... (diff)
downloadgentoo-ecc0cd2ccfaf0e945a4849b059cd409efa8b4a36.tar.gz
gentoo-ecc0cd2ccfaf0e945a4849b059cd409efa8b4a36.tar.bz2
gentoo-ecc0cd2ccfaf0e945a4849b059cd409efa8b4a36.zip
app-vim/errsign: Clean up old.
Package-Manager: portage-2.2.28
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/errsign/errsign-0.1.ebuild17
1 files changed, 0 insertions, 17 deletions
diff --git a/app-vim/errsign/errsign-0.1.ebuild b/app-vim/errsign/errsign-0.1.ebuild
deleted file mode 100644
index 8db986c002e1..000000000000
--- a/app-vim/errsign/errsign-0.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit vim-plugin
-
-DESCRIPTION="vim plugin: display marks on lines with errors"
-HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1027"
-
-LICENSE="vim.org"
-KEYWORDS="alpha ~amd64 ia64 ~mips ppc sparc x86"
-IUSE=""
-
-VIM_PLUGIN_HELPTEXT=\
-'To use this plugin, simply type \\\\es in normal mode and any lines which
-have been marked as errors (for example, via :make) will be indicated with
-a >> mark on the left of the window.'