blob: 2de51c691d8e1fdb5717c980107ea88b6c2ad3b1 (
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.3.1.ebuild,v 1.2 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=""
|