blob: e25f3723921b20450822d416f512cb919ac88fdd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/minibufexpl/minibufexpl-6.2.6.ebuild,v 1.9 2004/08/25 16:18:14 ciaranm Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: easily switch between buffers"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=159"
LICENSE="as-is"
KEYWORDS="sparc x86 alpha ia64 mips ~ppc ~amd64"
IUSE=""
|