summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-09-03 02:38:35 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-09-03 02:38:35 +0000
commit62e18ce68e68f6b792fbbf9584a1e837c82b9dc6 (patch)
treea7101fbb69ec8d6e1c136fa5906d2396573867ec /app-vim/foldutil
parentstable on ppc64, bug #62249 (diff)
downloadgentoo-2-62e18ce68e68f6b792fbbf9584a1e837c82b9dc6.tar.gz
gentoo-2-62e18ce68e68f6b792fbbf9584a1e837c82b9dc6.tar.bz2
gentoo-2-62e18ce68e68f6b792fbbf9584a1e837c82b9dc6.zip
Help text, bug #62559
Diffstat (limited to 'app-vim/foldutil')
-rw-r--r--app-vim/foldutil/ChangeLog5
-rw-r--r--app-vim/foldutil/foldutil-1.6.ebuild8
2 files changed, 11 insertions, 2 deletions
diff --git a/app-vim/foldutil/ChangeLog b/app-vim/foldutil/ChangeLog
index c9df33548645..9d8099d92c1e 100644
--- a/app-vim/foldutil/ChangeLog
+++ b/app-vim/foldutil/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-vim/foldutil
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-vim/foldutil/ChangeLog,v 1.3 2004/08/20 16:54:29 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/foldutil/ChangeLog,v 1.4 2004/09/03 02:38:35 ciaranm Exp $
+
+ 03 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> foldutil-1.6.ebuild:
+ Help text, bug #62559
20 Aug 2004; Ciaran McCreesh <ciaranm@gentoo.org> foldutil-1.6.ebuild:
Stable on x86, sparc, mips
diff --git a/app-vim/foldutil/foldutil-1.6.ebuild b/app-vim/foldutil/foldutil-1.6.ebuild
index f3224f1e47eb..89f8896ad467 100644
--- a/app-vim/foldutil/foldutil-1.6.ebuild
+++ b/app-vim/foldutil/foldutil-1.6.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/foldutil/foldutil-1.6.ebuild,v 1.3 2004/08/20 16:54:29 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/foldutil/foldutil-1.6.ebuild,v 1.4 2004/09/03 02:38:35 ciaranm Exp $
inherit vim-plugin
@@ -13,3 +13,9 @@ IUSE=""
RDEPEND="
|| ( >=app-editors/vim-6.3 >=app-editors/gvim-6.3 )
>=app-vim/multvals-3.6.1"
+
+VIM_PLUGIN_HELPTEXT=\
+"This plugin provides a number of commands for working with folds:
+\ :FoldNonMatching [pattern] [context]
+\ :FoldShowLines {lines} [context]
+\ :FoldEndFolding"