commit: abc77eb3cee687b3743160126eb8b2f070fc9e96 Author: Ben de Groot <yngwin <AT> gentoo <DOT> org> AuthorDate: Thu Feb 26 06:52:43 2015 +0000 Commit: Ben de Groot <yngwin <AT> gentoo <DOT> org> CommitDate: Thu Feb 26 06:52:43 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/eselect.git;a=commit;h=abc77eb3
Add neovim as option to vi.eselect --- modules/vi.eselect | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/vi.eselect b/modules/vi.eselect index 573ab11..2d25859 100644 --- a/modules/vi.eselect +++ b/modules/vi.eselect @@ -1,16 +1,17 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="Manage /usr/bin/vi implementations" MAINTAINER="[email protected]" -VERSION="1.1.8" +VERSION="1.1.9" # find a list of vi symlink targets, best first find_targets() { local f for f in \ "${EROOT}"/usr/bin/vim \ + "${EROOT}"/usr/bin/nvim \ "${EROOT}"/usr/bin/nvi \ "${EROOT}"/usr/bin/elvis \ "${EROOT}"/usr/bin/vile \
