diff options
Diffstat (limited to 'app-vim/help-extra-syntax/help-extra-syntax-20050106.ebuild')
-rw-r--r-- | app-vim/help-extra-syntax/help-extra-syntax-20050106.ebuild | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/app-vim/help-extra-syntax/help-extra-syntax-20050106.ebuild b/app-vim/help-extra-syntax/help-extra-syntax-20050106.ebuild new file mode 100644 index 000000000000..7e44820f53f3 --- /dev/null +++ b/app-vim/help-extra-syntax/help-extra-syntax-20050106.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-vim/help-extra-syntax/help-extra-syntax-20050106.ebuild,v 1.1 2005/01/06 04:01:44 ciaranm Exp $ + +inherit vim-plugin + +DESCRIPTION="vim plugin: extra syntax highlighting for help files" +HOMEPAGE="http://mysite.verizon.net/astronaut/vim/" +LICENSE="as-is" +KEYWORDS="~x86 ~sparc ~mips ~hppa ~arm" +IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides additional syntax highlighting for help files." + |