diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-03 02:38:35 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-03 02:38:35 +0000 |
commit | a336f99fd9bf6faa42f0d964288bb33b58621d6f (patch) | |
tree | 64e3743d9d753be63c10973a66dd5a3505a80b1a /app-vim/foldutil | |
parent | stable on ppc64, bug #62249 (diff) | |
download | historical-a336f99fd9bf6faa42f0d964288bb33b58621d6f.tar.gz historical-a336f99fd9bf6faa42f0d964288bb33b58621d6f.tar.bz2 historical-a336f99fd9bf6faa42f0d964288bb33b58621d6f.zip |
Help text, bug #62559
Diffstat (limited to 'app-vim/foldutil')
-rw-r--r-- | app-vim/foldutil/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/foldutil/Manifest | 10 | ||||
-rw-r--r-- | app-vim/foldutil/foldutil-1.6.ebuild | 8 |
3 files changed, 16 insertions, 7 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/Manifest b/app-vim/foldutil/Manifest index 3c978326693e..af23b7d6251b 100644 --- a/app-vim/foldutil/Manifest +++ b/app-vim/foldutil/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 1feb6dc79fc73fdc63a4ff42a3b72a58 ChangeLog 528 +MD5 ada24e2e1b9066ca4a73df9d07437caa ChangeLog 626 MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 -MD5 ca1c48cafa7d72ecb1b4fb3d6a5d43fd foldutil-1.6.ebuild 497 +MD5 20c165e0e64424d917c0842c82a94481 foldutil-1.6.ebuild 691 MD5 7e945f99ef486b2c6984a0399ba1004b files/digest-foldutil-1.6 63 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) -iD8DBQFBJiwfLLFUmVNQ7rkRAtTpAKC4w7f/RKPG5Nv6NKW0HX+tsGZ23wCdEzs6 -9YXjqu1juHQ6ykyTi4Q+ypU= -=2JM8 +iD8DBQFBN9iHLLFUmVNQ7rkRAngtAJ9itbqv1rJHS/gRsL0Jvv7CpMoSlgCfX5ka +4qjjRMawGOGSKoBKlR1hyXo= +=z1K7 -----END PGP SIGNATURE----- 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" |