diff options
author | Ciaran McCreesh <ciaranm@gentoo.org> | 2006-01-13 18:45:43 +0000 |
---|---|---|
committer | Ciaran McCreesh <ciaranm@gentoo.org> | 2006-01-13 18:45:43 +0000 |
commit | 0770fe6b6be94a63e2f94aa24d7e3cbac0414c93 (patch) | |
tree | 4ef2922b1baec264836277d512f6a01873ae894d /eclass | |
parent | Marking stable sparc x86 (diff) | |
download | gentoo-2-0770fe6b6be94a63e2f94aa24d7e3cbac0414c93.tar.gz gentoo-2-0770fe6b6be94a63e2f94aa24d7e3cbac0414c93.tar.bz2 gentoo-2-0770fe6b6be94a63e2f94aa24d7e3cbac0414c93.zip |
Update vim7 blocks
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 7da3366b0ebc..ae189aba5887 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.138 2006/01/07 23:46:57 ferringb Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.139 2006/01/13 18:45:43 ciaranm Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -127,7 +127,8 @@ if [[ $(get_major_version ) -ge 7 ]] ; then !app-vim/vimspell !<app-vim/vimbuddy-0.9.1-r1 !app-vim/autoalign - !app-vim/supertab" + !app-vim/supertab + !app-vim/curcmdmode" fi fi |