diff options
author | 2006-03-29 20:21:53 +0000 | |
---|---|---|
committer | 2006-03-29 20:21:53 +0000 | |
commit | c6b871ee306abc8249aa66e87bdae48d9b6b5beb (patch) | |
tree | c19116fa92b537c8270e46b73166d81d9effbabe /eclass/vim.eclass | |
parent | Version bump, bug #94297 (diff) | |
download | historical-c6b871ee306abc8249aa66e87bdae48d9b6b5beb.tar.gz historical-c6b871ee306abc8249aa66e87bdae48d9b6b5beb.tar.bz2 historical-c6b871ee306abc8249aa66e87bdae48d9b6b5beb.zip |
Removed app-vim/curcmdmode block as requested by ciaranm.
Diffstat (limited to 'eclass/vim.eclass')
-rw-r--r-- | eclass/vim.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/vim.eclass b/eclass/vim.eclass index 09b3afce06d8..f875d5c98c7c 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.143 2006/03/25 21:34:01 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vim.eclass,v 1.144 2006/03/29 20:21:53 hansmi Exp $ # Authors: # Ryan Phillips <rphillips@gentoo.org> @@ -127,8 +127,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/curcmdmode" + !app-vim/supertab" fi fi |