diff options
author | Mike Kelly <pioto@gentoo.org> | 2007-01-11 06:52:12 +0000 |
---|---|---|
committer | Mike Kelly <pioto@gentoo.org> | 2007-01-11 06:52:12 +0000 |
commit | e8260dd14ae2d1795ae5cdf5253e19f5ee33fe48 (patch) | |
tree | 374078e90e2b3a657fb3464f79049ff69d5ed647 /eclass/vim.eclass | |
parent | Version bump; new HOMEPAGE. See bug #156616. (diff) | |
download | gentoo-2-e8260dd14ae2d1795ae5cdf5253e19f5ee33fe48.tar.gz gentoo-2-e8260dd14ae2d1795ae5cdf5253e19f5ee33fe48.tar.bz2 gentoo-2-e8260dd14ae2d1795ae5cdf5253e19f5ee33fe48.zip |
Newest supertab doesn't block vim7.
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r-- | eclass/vim.eclass | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index b7f882ff0a37..f4155f1c8b5b 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -1,12 +1,13 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.158 2007/01/05 04:41:17 beu Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.159 2007/01/11 06:52:12 pioto Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> # Seemant Kulleen <seemant@gentoo.org> # Aron Griffis <agriffis@gentoo.org> # Ciaran McCreesh <ciaranm@gentoo.org> +# Mike Kelly <pioto@gentoo.org> # This eclass handles vim, gvim and vim-core. Support for -cvs ebuilds is # included in the eclass, since it's rather easy to do, but there are no @@ -122,7 +123,7 @@ if [[ $(get_major_version ) -ge 7 ]] ; then !app-vim/vimspell !<app-vim/vimbuddy-0.9.1-r1 !<app-vim/autoalign-11 - !app-vim/supertab" + !<app-vim/supertab-0.41" fi fi |