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 | 0dad995a24b591a089472a94d0965782edc8c341 (patch) | |
tree | a11372fede54f2a5f5c15cbb1077475bd5e658e3 /eclass | |
parent | Mark 2.3-r7 x86 stable, remove old ebuilds (diff) | |
download | gentoo-2-0dad995a24b591a089472a94d0965782edc8c341.tar.gz gentoo-2-0dad995a24b591a089472a94d0965782edc8c341.tar.bz2 gentoo-2-0dad995a24b591a089472a94d0965782edc8c341.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 |