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 | b92335498da336b9c637740f52c90311f15d1925 (patch) | |
tree | fcdb8f6f94632d0dba18879f57b814ecab598042 /app-vim/colorschemes | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | historical-b92335498da336b9c637740f52c90311f15d1925.tar.gz historical-b92335498da336b9c637740f52c90311f15d1925.tar.bz2 historical-b92335498da336b9c637740f52c90311f15d1925.zip |
Help text, bug #62559
Diffstat (limited to 'app-vim/colorschemes')
-rw-r--r-- | app-vim/colorschemes/ChangeLog | 6 | ||||
-rw-r--r-- | app-vim/colorschemes/Manifest | 12 | ||||
-rw-r--r-- | app-vim/colorschemes/colorschemes-20040821.ebuild | 8 |
3 files changed, 13 insertions, 13 deletions
diff --git a/app-vim/colorschemes/ChangeLog b/app-vim/colorschemes/ChangeLog index 2b77293c529e..cf96feee5d63 100644 --- a/app-vim/colorschemes/ChangeLog +++ b/app-vim/colorschemes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-vim/colorschemes # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-vim/colorschemes/ChangeLog,v 1.8 2004/08/25 16:16:45 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/colorschemes/ChangeLog,v 1.9 2004/09/03 00:32:45 ciaranm Exp $ + + 03 Sep 2004; Ciaran McCreesh <ciaranm@gentoo.org> + colorschemes-20040821.ebuild: + Help text, bug #62559 25 Aug 2004; Ciaran McCreesh <ciaranm@gentoo.org> colorschemes-20031113.ebuild, colorschemes-20040821.ebuild: diff --git a/app-vim/colorschemes/Manifest b/app-vim/colorschemes/Manifest index 2e4262e3a61a..c386cda3c90b 100644 --- a/app-vim/colorschemes/Manifest +++ b/app-vim/colorschemes/Manifest @@ -1,16 +1,6 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 f12f85ba771bee6f05a25eaf91be83c8 colorschemes-20031113.ebuild 450 MD5 99fdfabc9eadb9f83128cc9b16df51dd ChangeLog 1140 -MD5 f248e56b4061c61e9c56a7d6f744d22e colorschemes-20040821.ebuild 484 +MD5 a82073bfcfcaed3b11b803b7fd6cb527 colorschemes-20040821.ebuild 776 MD5 9771ca4ff90b56dddc4acfadc6f6a01e metadata.xml 250 MD5 36fa16520b961e2db213c567f1d80d17 files/digest-colorschemes-20040821 73 MD5 d1e57af8c6fca0096d9d2aead6987488 files/digest-colorschemes-20031113 73 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) - -iD8DBQFBLLrLLLFUmVNQ7rkRAgRhAJ9K2p7Jq+2NJn3B8Zj52iSUmwUjwQCeKVMY -AGXdaHaxlNKwiOIdm3s0lRI= -=6l0B ------END PGP SIGNATURE----- diff --git a/app-vim/colorschemes/colorschemes-20040821.ebuild b/app-vim/colorschemes/colorschemes-20040821.ebuild index fa1fdee97050..8b54accdfcef 100644 --- a/app-vim/colorschemes/colorschemes-20040821.ebuild +++ b/app-vim/colorschemes/colorschemes-20040821.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/colorschemes/colorschemes-20040821.ebuild,v 1.2 2004/08/25 16:16:45 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/colorschemes/colorschemes-20040821.ebuild,v 1.3 2004/09/03 00:32:45 ciaranm Exp $ inherit vim-plugin @@ -9,3 +9,9 @@ HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=625" LICENSE="vim GPL-2 public-domain" KEYWORDS="~alpha ~sparc ~x86 ~ppc ~ia64 ~mips ~amd64" IUSE="" + +VIM_PLUGIN_HELPTEXT=\ +"This plugin provides a collection of color schemes for vim. To switch +color schemes, use :colorscheme schemename (tab completion is available +for scheme names). To automatically set a scheme at startup, please see +:help vimrc . In the GUI, a Themes menu is provided." |