diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-05 00:29:40 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-05 00:29:40 +0000 |
commit | be6d29b8ed69c2ca815c43ba57b19764f3a9f0ac (patch) | |
tree | 878e658c74707ed17f94934b8f3f3b408fd13eb1 /app-vim/increment | |
parent | make whitespace work better for the help text (diff) | |
download | historical-be6d29b8ed69c2ca815c43ba57b19764f3a9f0ac.tar.gz historical-be6d29b8ed69c2ca815c43ba57b19764f3a9f0ac.tar.bz2 historical-be6d29b8ed69c2ca815c43ba57b19764f3a9f0ac.zip |
Added help text, bug #62559
Diffstat (limited to 'app-vim/increment')
-rw-r--r-- | app-vim/increment/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/increment/increment-1.0.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
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" |