summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-09-03 01:35:05 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-09-03 01:35:05 +0000
commit03912a74cb2a3df75475faa0e599047b460672e0 (patch)
tree4b043b6ececd0fae6a2b90adf069d07c115e3e4b /app-vim/curcmdmode
parentdon't use sed in the global scope (Manifest recommit) (diff)
downloadgentoo-2-03912a74cb2a3df75475faa0e599047b460672e0.tar.gz
gentoo-2-03912a74cb2a3df75475faa0e599047b460672e0.tar.bz2
gentoo-2-03912a74cb2a3df75475faa0e599047b460672e0.zip
Help text, bug #62559
Diffstat (limited to 'app-vim/curcmdmode')
-rw-r--r--app-vim/curcmdmode/ChangeLog5
-rw-r--r--app-vim/curcmdmode/curcmdmode-1.0.ebuild6
2 files changed, 9 insertions, 2 deletions
diff --git a/app-vim/curcmdmode/ChangeLog b/app-vim/curcmdmode/ChangeLog
index 20d79f60ab4c..16cfca43ccb5 100644
--- a/app-vim/curcmdmode/ChangeLog
+++ b/app-vim/curcmdmode/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/curcmdmode
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/curcmdmode/ChangeLog,v 1.4 2004/08/20 16:51:48 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/curcmdmode/ChangeLog,v 1.5 2004/09/03 01:35:05 ciaranm Exp $
+
+ 03 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> curcmdmode-1.0.ebuild:
+ Help text, bug #62559
20 Aug 2004; Ciaran McCreesh <ciaranm@gentoo.org> curcmdmode-1.0.ebuild:
Stable on x86
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."