From d87ae2b306613f293f7dd9ed7ae99a47455591c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20M=C3=BCller?= Date: Mon, 7 Aug 2023 09:55:25 +0200 Subject: [PATCH] Update lists in editor and visual modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * modules/editor.eselect (EDITOR_LIST): * modules/visual.eselect (EDITOR_LIST): Add vim; drop ed, ex, vi and xemacs. Bug 911792. Signed-off-by: Ulrich Müller --- ChangeLog | 6 ++++++ modules/editor.eselect | 4 ++-- modules/visual.eselect | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 932edc3..aa50140 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-08-07 Ulrich Müller + + * modules/editor.eselect (EDITOR_LIST): + * modules/visual.eselect (EDITOR_LIST): Add vim; drop ed, ex, vi + and xemacs. Bug 911792. + 2023-07-08 Ulrich Müller * bin/eselect.in (PATH): Avoid subshell. diff --git a/modules/editor.eselect b/modules/editor.eselect index 488d598..4304fb5 100644 --- a/modules/editor.eselect +++ b/modules/editor.eselect @@ -1,11 +1,11 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 2009-2020 Gentoo Authors +# Copyright 2009-2023 Gentoo Authors # Distributed under the terms of the GNU GPL version 2 or later EDITOR_VAR="EDITOR" EDITOR_ENVFILE="/etc/env.d/99editor" # list of most common cases only -EDITOR_LIST="nano ed emacs ex vi xemacs" +EDITOR_LIST="nano emacs vim" inherit editor-variable diff --git a/modules/visual.eselect b/modules/visual.eselect index 527793e..01c25b5 100644 --- a/modules/visual.eselect +++ b/modules/visual.eselect @@ -1,11 +1,11 @@ # -*-eselect-*- vim: ft=eselect -# Copyright 2009-2021 Gentoo Authors +# Copyright 2009-2023 Gentoo Authors # Distributed under the terms of the GNU GPL version 2 or later EDITOR_VAR="VISUAL" EDITOR_ENVFILE="/etc/env.d/99editor" # list of most common cases only -EDITOR_LIST="nano emacs vi xemacs" +EDITOR_LIST="nano emacs vim" inherit editor-variable -- 2.41.0