diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-03 01:35:05 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-03 01:35:05 +0000 |
commit | 03912a74cb2a3df75475faa0e599047b460672e0 (patch) | |
tree | 4b043b6ececd0fae6a2b90adf069d07c115e3e4b /app-vim/curcmdmode/curcmdmode-1.0.ebuild | |
parent | don't use sed in the global scope (Manifest recommit) (diff) | |
download | gentoo-2-03912a74cb2a3df75475faa0e599047b460672e0.tar.gz gentoo-2-03912a74cb2a3df75475faa0e599047b460672e0.tar.bz2 gentoo-2-03912a74cb2a3df75475faa0e599047b460672e0.zip |
Help text, bug #62559
Diffstat (limited to 'app-vim/curcmdmode/curcmdmode-1.0.ebuild')
-rw-r--r-- | app-vim/curcmdmode/curcmdmode-1.0.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/app-vim/curcmdmode/curcmdmode-1.0.ebuild b/app-vim/curcmdmode/curcmdmode-1.0.ebuild index 18c4dadbfa14..262d47f30ef8 100644 --- a/app-vim/curcmdmode/curcmdmode-1.0.ebuild +++ b/app-vim/curcmdmode/curcmdmode-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/curcmdmode/curcmdmode-1.0.ebuild,v 1.4 2004/08/20 16:51:48 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/curcmdmode/curcmdmode-1.0.ebuild,v 1.5 2004/09/03 01:35:05 ciaranm Exp $ inherit vim-plugin @@ -11,3 +11,7 @@ KEYWORDS="x86 sparc mips ~ppc" IUSE="" RDEPEND=">=app-vim/genutils-1.7" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides library functions and is not intended to be used +directly by the user." |