Gentoo Archives: gentoo-commits

From: Ben de Groot <yngwin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect:extern commit in: modules/
Date: Thu, 26 Feb 2015 06:53:05
Message-Id: 1424933563.abc77eb3cee687b3743160126eb8b2f070fc9e96.yngwin@gentoo
1 commit: abc77eb3cee687b3743160126eb8b2f070fc9e96
2 Author: Ben de Groot <yngwin <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 26 06:52:43 2015 +0000
4 Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 26 06:52:43 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=abc77eb3
7
8 Add neovim as option to vi.eselect
9
10 ---
11 modules/vi.eselect | 5 +++--
12 1 file changed, 3 insertions(+), 2 deletions(-)
13
14 diff --git a/modules/vi.eselect b/modules/vi.eselect
15 index 573ab11..2d25859 100644
16 --- a/modules/vi.eselect
17 +++ b/modules/vi.eselect
18 @@ -1,16 +1,17 @@
19 # -*-eselect-*- vim: ft=eselect
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2015 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 DESCRIPTION="Manage /usr/bin/vi implementations"
25 MAINTAINER="vim@g.o"
26 -VERSION="1.1.8"
27 +VERSION="1.1.9"
28
29 # find a list of vi symlink targets, best first
30 find_targets() {
31 local f
32 for f in \
33 "${EROOT}"/usr/bin/vim \
34 + "${EROOT}"/usr/bin/nvim \
35 "${EROOT}"/usr/bin/nvi \
36 "${EROOT}"/usr/bin/elvis \
37 "${EROOT}"/usr/bin/vile \