diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-03 00:37:09 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-03 00:37:09 +0000 |
commit | decf225dbe092cd595fa9d61686cd63d37be2f24 (patch) | |
tree | 8382d6d23fb02fdcc39bdd577dbf83d89dd9db72 /app-vim/colorsel | |
parent | Added to ~ppc (Manifest recommit) (Manifest recommit) (diff) | |
download | gentoo-2-decf225dbe092cd595fa9d61686cd63d37be2f24.tar.gz gentoo-2-decf225dbe092cd595fa9d61686cd63d37be2f24.tar.bz2 gentoo-2-decf225dbe092cd595fa9d61686cd63d37be2f24.zip |
Help text, bug #62559
Diffstat (limited to 'app-vim/colorsel')
-rw-r--r-- | app-vim/colorsel/ChangeLog | 5 | ||||
-rw-r--r-- | app-vim/colorsel/colorsel-20040416.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/app-vim/colorsel/ChangeLog b/app-vim/colorsel/ChangeLog index 04e5c6e66272..e09283ffd976 100644 --- a/app-vim/colorsel/ChangeLog +++ b/app-vim/colorsel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-vim/colorsel # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/colorsel/ChangeLog,v 1.6 2004/08/20 16:31:10 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/colorsel/ChangeLog,v 1.7 2004/09/03 00:37:09 ciaranm Exp $ + + 03 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> colorsel-20040416.ebuild: + Help text, bug #62559 20 Aug 2004; Ciaran McCreesh <ciaranm@gentoo.org> colorsel-20040416.ebuild: Stable on x86 diff --git a/app-vim/colorsel/colorsel-20040416.ebuild b/app-vim/colorsel/colorsel-20040416.ebuild index 30d9e4a994ad..56c5384d6fd6 100644 --- a/app-vim/colorsel/colorsel-20040416.ebuild +++ b/app-vim/colorsel/colorsel-20040416.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/colorsel/colorsel-20040416.ebuild,v 1.7 2004/08/20 16:31:10 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/colorsel/colorsel-20040416.ebuild,v 1.8 2004/09/03 00:37:09 ciaranm Exp $ inherit vim-plugin @@ -23,3 +23,7 @@ function src_unpack() { ${S}/plugin/${PN}.vim \ || die "d'oh! sed magic didn't work, call an ambulance" } + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides a color selector for vim. Use :ColorSel to start +the selector. This command is only available when vim is run in GUI mode." |