aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2025-01-30 21:42:45 +0100
committerUlrich Müller <ulm@gentoo.org>2025-01-30 21:42:45 +0100
commit4276f64b8b0417a7535313dd266d6faefc071ed1 (patch)
treebc05d77de87b3f5b391ea716624384c3a908ded9 /modules/visual.eselect
parentUpdate copyright years (diff)
downloadeselect-4276f64b8b0417a7535313dd266d6faefc071ed1.tar.gz
eselect-4276f64b8b0417a7535313dd266d6faefc071ed1.tar.bz2
eselect-4276f64b8b0417a7535313dd266d6faefc071ed1.zip
Update lists in editor and visual modules
* modules/editor.eselect (EDITOR_LIST): * modules/visual.eselect (EDITOR_LIST): (Re-)add ex, mg, vi and xemacs. Bug 930037. Bug: https://bugs.gentoo.org/930037 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'modules/visual.eselect')
-rw-r--r--modules/visual.eselect4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/visual.eselect b/modules/visual.eselect
index 01c25b5..7b6e432 100644
--- a/modules/visual.eselect
+++ b/modules/visual.eselect
@@ -1,11 +1,11 @@
# -*-eselect-*- vim: ft=eselect
-# Copyright 2009-2023 Gentoo Authors
+# Copyright 2009-2025 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 vim"
+EDITOR_LIST="nano emacs mg vi vim xemacs"
inherit editor-variable