diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-05 00:22:12 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2004-09-05 00:22:12 +0000 |
commit | d7d5de64317a0a431b7f60def2e694041083c4b4 (patch) | |
tree | 3ba38801d3214ab944f648bd438a13980bbced30 /app-vim/align | |
parent | use non-lazy bindings for +s apps installed by this package (Manifest recommit) (diff) | |
download | gentoo-2-d7d5de64317a0a431b7f60def2e694041083c4b4.tar.gz gentoo-2-d7d5de64317a0a431b7f60def2e694041083c4b4.tar.bz2 gentoo-2-d7d5de64317a0a431b7f60def2e694041083c4b4.zip |
fix h0rked VIM_PLUGIN_HELP stuff
Diffstat (limited to 'app-vim/align')
-rw-r--r-- | app-vim/align/align-28.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
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" |