diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-11-27 03:27:01 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2005-11-27 03:27:01 +0000 |
commit | ed5dc331c4ed4cfc47e5f9c7f2e0305e1aa3ec87 (patch) | |
tree | 9373de338bcfb3eb198d61684168802e037ab44a /eclass | |
parent | Mark 2.3-r7 x86 stable, remove old ebuilds (diff) | |
download | historical-ed5dc331c4ed4cfc47e5f9c7f2e0305e1aa3ec87.tar.gz historical-ed5dc331c4ed4cfc47e5f9c7f2e0305e1aa3ec87.tar.bz2 historical-ed5dc331c4ed4cfc47e5f9c7f2e0305e1aa3ec87.zip |
can't use supertab with vim7
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/vim.eclass | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 09041c11f949..a556d24dcecb 100644 --- a/eclass/vim.eclass +++ b/eclass/vim.eclass @@ -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/eclass/vim.eclass,v 1.127 2005/11/27 01:54:59 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.128 2005/11/27 03:27:01 ciaranm Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -129,7 +129,8 @@ if [[ $(get_major_version ) -ge 7 ]] ; then !<app-vim/align-30-r1 !app-vim/vimspell !<app-vim/vimbuddy-0.9.1-r1 - !app-vim/autoalign" + !app-vim/autoalign + !app-vim/supertab" fi fi |