summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCiaran McCreesh <ciaranm@gentoo.org>2004-09-05 00:22:12 +0000
committerCiaran McCreesh <ciaranm@gentoo.org>2004-09-05 00:22:12 +0000
commitb28db3251192d69246f973717ecd6f428b54fc86 (patch)
treefe54ac10bd53477d3b59ddc9f3e3d3d3a188f7e1 /app-vim
parentuse non-lazy bindings for +s apps installed by this package (diff)
downloadhistorical-b28db3251192d69246f973717ecd6f428b54fc86.tar.gz
historical-b28db3251192d69246f973717ecd6f428b54fc86.tar.bz2
historical-b28db3251192d69246f973717ecd6f428b54fc86.zip
fix h0rked VIM_PLUGIN_HELP stuff
Diffstat (limited to 'app-vim')
-rw-r--r--app-vim/align/Manifest8
-rw-r--r--app-vim/align/align-28.ebuild8
2 files changed, 6 insertions, 10 deletions
diff --git a/app-vim/align/Manifest b/app-vim/align/Manifest
index 5115496ae0f7..63b8cb3121db 100644
--- a/app-vim/align/Manifest
+++ b/app-vim/align/Manifest
@@ -2,7 +2,7 @@
Hash: SHA1
MD5 48451683a5b3bf7a90c76768e942997f align-23.ebuild 435
-MD5 9ce13cc1eedbd023d370c81e138f5953 align-28.ebuild 732
+MD5 b1e001cfc8f5bf4e45f3f31b7e90926f align-28.ebuild 479
MD5 410f291c07317a909f5615996aa96dc1 ChangeLog 2035
MD5 e680f75c1e1d6d9c266f9d47fc101547 align-27.ebuild 435
MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156
@@ -14,7 +14,7 @@ MD5 24fe13783170efd9a72e898a1adce9f3 files/digest-align-26 60
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
-iD8DBQFBN7Q3LLFUmVNQ7rkRAgZ+AKCCFQtktkDyu02SdS3fQjqdyjXd+gCg1CWh
-+swJJ3UuQ9vmON7uJATwBiE=
-=ClS2
+iD8DBQFBOluNLLFUmVNQ7rkRAs+3AJ9tUtULUO25e1JMo/DaJLvViyU2OwCffxg1
+ZLRnLQxzF0PhjNfv+A7jtYg=
+=pllE
-----END PGP SIGNATURE-----
diff --git a/app-vim/align/align-28.ebuild b/app-vim/align/align-28.ebuild
index a73bbc741c8c..b46b26b85362 100644
--- a/app-vim/align/align-28.ebuild
+++ b/app-vim/align/align-28.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/align/align-28.ebuild,v 1.2 2004/09/03 00:03:46 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-28.ebuild,v 1.3 2004/09/05 00:22:12 ciaranm Exp $
inherit vim-plugin
@@ -10,8 +10,4 @@ LICENSE="vim"
KEYWORDS="~x86 ~alpha ~sparc ~ia64 ~ppc ~mips"
IUSE=""
-VIM_PLUGIN_HELPTEXT=\
-"To use this plugin, press <Tab> whilst in insert mode. Words will be
-autocompleted as per <ctrl-n>. Completion mode can be changed using
-<ctrl-x> (see :help insert_expand). To insert an actual tab character,
-either use <ctrl-v><Tab> or enter a space followed by a tab."
+VIM_PLUGIN_HELPFILES="align align-maps"