diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-11-05 20:42:26 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-11-05 20:42:26 +0000 |
commit | f28499f4b63efb38a76ee1565f873f537c74fa84 (patch) | |
tree | 34c969da4f600f9f12b8d2731a1a5c2890e86f93 /app-vim/errsign/errsign-0.1.ebuild | |
parent | stable on ppc64, bug #69936 (Manifest recommit) (diff) | |
download | gentoo-2-f28499f4b63efb38a76ee1565f873f537c74fa84.tar.gz gentoo-2-f28499f4b63efb38a76ee1565f873f537c74fa84.tar.bz2 gentoo-2-f28499f4b63efb38a76ee1565f873f537c74fa84.zip |
New toy
Diffstat (limited to 'app-vim/errsign/errsign-0.1.ebuild')
-rw-r--r-- | app-vim/errsign/errsign-0.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-vim/errsign/errsign-0.1.ebuild b/app-vim/errsign/errsign-0.1.ebuild new file mode 100644 index 000000000000..6f6d3884450f --- /dev/null +++ b/app-vim/errsign/errsign-0.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/errsign/errsign-0.1.ebuild,v 1.1 2004/11/05 20:42:26 ciaranm Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: display marks on lines with errors" +HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=1027" + +LICENSE="as-is" +KEYWORDS="~sparc ~mips ~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.' |