blob: cb6483d45df5e883e38ea943fa9cec7b26b3a2bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-vim/align/align-30.ebuild,v 1.1 2005/01/21 16:24:25 ciaranm Exp $
inherit vim-plugin
DESCRIPTION="vim plugin: commands and maps to help produce aligned text"
HOMEPAGE="http://www.vim.org/scripts/script.php?script_id=294"
LICENSE="vim"
KEYWORDS="~alpha ~ia64 ~mips ~ppc ~sparc ~x86 ~amd64"
IUSE=""
VIM_PLUGIN_HELPFILES="align align-maps"
|