summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-09-05 00:29:40 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-09-05 00:29:40 +0000
commit5ac4f278f0f725ab2afec8da82c30e89ebedd085 (patch)
treef360039778c9629717ecd39f4282a4c9494789ae
parentmake whitespace work better for the help text (diff)
downloadgentoo-2-5ac4f278f0f725ab2afec8da82c30e89ebedd085.tar.gz
gentoo-2-5ac4f278f0f725ab2afec8da82c30e89ebedd085.tar.bz2
gentoo-2-5ac4f278f0f725ab2afec8da82c30e89ebedd085.zip
Added help text, bug #62559
-rw-r--r--app-vim/genutils/ChangeLog5
-rw-r--r--app-vim/genutils/genutils-1.13.ebuild6
-rw-r--r--app-vim/increment/ChangeLog5
-rw-r--r--app-vim/increment/increment-1.0.ebuild4
-rw-r--r--app-vim/locateopen/ChangeLog5
-rw-r--r--app-vim/locateopen/locateopen-0.8.0.ebuild12
6 files changed, 31 insertions, 6 deletions
diff --git a/app-vim/genutils/ChangeLog b/app-vim/genutils/ChangeLog
index 9801b7a9de79..f9171b1f0760 100644
--- a/app-vim/genutils/ChangeLog
+++ b/app-vim/genutils/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/genutils
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/genutils/ChangeLog,v 1.4 2004/08/20 16:51:14 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/genutils/ChangeLog,v 1.5 2004/09/05 00:25:21 ciaranm Exp $
+
+ 05 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> genutils-1.13.ebuild:
+ Added help text, bug #62559
20 Aug 2004; Ciaran McCreesh <ciaranm@gentoo.org> genutils-1.13.ebuild:
Stable on x86
diff --git a/app-vim/genutils/genutils-1.13.ebuild b/app-vim/genutils/genutils-1.13.ebuild
index a84974f2e760..2be33cfa2a82 100644
--- a/app-vim/genutils/genutils-1.13.ebuild
+++ b/app-vim/genutils/genutils-1.13.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/genutils/genutils-1.13.ebuild,v 1.4 2004/08/20 16:51:14 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/genutils/genutils-1.13.ebuild,v 1.5 2004/09/05 00:25:21 ciaranm Exp $
inherit vim-plugin
@@ -12,3 +12,7 @@ IUSE=""
RDEPEND="|| ( >=app-editors/vim-6.3 >=app-editors/gvim-6.3 )
>=app-vim/multvals-3.6.1"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides library functions and is not intended to be used
+directly by the user."
diff --git a/app-vim/increment/ChangeLog b/app-vim/increment/ChangeLog
index 5d1129839b3b..4445179c9086 100644
--- a/app-vim/increment/ChangeLog
+++ b/app-vim/increment/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/increment
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/ChangeLog,v 1.3 2004/06/24 23:01:58 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/ChangeLog,v 1.4 2004/09/05 00:26:38 ciaranm Exp $
+
+ 05 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> increment-1.0.ebuild:
+ Added help text, bug #62559
23 Jan 2004; Aron Griffis <agriffis@gentoo.org> increment-1.0.ebuild:
stable on alpha and ia64
diff --git a/app-vim/increment/increment-1.0.ebuild b/app-vim/increment/increment-1.0.ebuild
index 7bbf1e77dcf4..cc99e3226f9b 100644
--- a/app-vim/increment/increment-1.0.ebuild
+++ b/app-vim/increment/increment-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/increment/increment-1.0.ebuild,v 1.5 2004/07/14 13:36:35 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/increment/increment-1.0.ebuild,v 1.6 2004/09/05 00:26:38 ciaranm Exp $
inherit vim-plugin
@@ -10,3 +10,5 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=842"
LICENSE="as-is"
KEYWORDS="sparc ~x86 ~ppc amd64 alpha ia64"
IUSE=""
+
+VIM_PLUGIN_HELPFILES="increment.txt"
diff --git a/app-vim/locateopen/ChangeLog b/app-vim/locateopen/ChangeLog
index af691d554cdd..9d49d9e0d8ed 100644
--- a/app-vim/locateopen/ChangeLog
+++ b/app-vim/locateopen/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/locateopen
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/ChangeLog,v 1.9 2004/08/25 16:17:34 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/ChangeLog,v 1.10 2004/09/05 00:29:40 ciaranm Exp $
+
+ 05 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> locateopen-0.8.0.ebuild:
+ Added help text, bug #62559
25 Aug 2004; Ciaran McCreesh <ciaranm@gentoo.org> locateopen-0.8.0.ebuild:
Normalised HOMEPAGE to www.vim.org
diff --git a/app-vim/locateopen/locateopen-0.8.0.ebuild b/app-vim/locateopen/locateopen-0.8.0.ebuild
index a5b4a954fe73..d493812e4332 100644
--- a/app-vim/locateopen/locateopen-0.8.0.ebuild
+++ b/app-vim/locateopen/locateopen-0.8.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/locateopen/locateopen-0.8.0.ebuild,v 1.8 2004/08/25 16:17:34 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/locateopen/locateopen-0.8.0.ebuild,v 1.9 2004/09/05 00:29:40 ciaranm Exp $
inherit vim-plugin
@@ -11,3 +11,13 @@ KEYWORDS="sparc x86 alpha ia64 mips ~ppc"
IUSE=""
RDEPEND="${RDEPEND} sys-apps/slocate"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides commands which hook vim into slocate:
+\ :LocateEdit filename
+\ :LocateSplit filename
+\ :LocateSource filename
+To configure:
+\ :let g:locateopen_ignorecase = 1 \" enable ignore case mode
+\ :let g:locateopen_smartcase = 0 \" disable smart case mode
+\ :let g:locateopen_alwaysprompt = 1 \" show menu for one match"