11 lines
375 B
Bash
11 lines
375 B
Bash
# Copyright 1999-2018 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=6
|
|
|
|
inherit vim-plugin git-r3
|
|
|
|
EGIT_REPO_URI="https://github.com/mbbill/undotree.git"
|
|
DESCRIPTION="vim plugin: display your undo history in a graph"
|
|
HOMEPAGE="https://www.vim.org/scripts/script.php?script_id=4177 https://github.com/mbbill/undotree"
|
|
LICENSE="BSD"
|