Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 930037 | Differences between
and this patch

Collapse All | Expand All

(-)a/ChangeLog (+6 lines)
Lines 1-3 Link Here
1
2025-01-30  Ulrich Müller  <ulm@gentoo.org>
2
3
	* modules/editor.eselect (EDITOR_LIST):
4
	* modules/visual.eselect (EDITOR_LIST): (Re-)add ex, mg, vi
5
	and xemacs. Bug 930037.
6
1
2025-01-05  Ulrich Müller  <ulm@gentoo.org>
7
2025-01-05  Ulrich Müller  <ulm@gentoo.org>
2
8
3
	* libs/editor-variable.bash.in (write_env_value):
9
	* libs/editor-variable.bash.in (write_env_value):
(-)a/modules/editor.eselect (-2 / +2 lines)
Lines 1-11 Link Here
1
# -*-eselect-*-  vim: ft=eselect
1
# -*-eselect-*-  vim: ft=eselect
2
# Copyright 2009-2023 Gentoo Authors
2
# Copyright 2009-2025 Gentoo Authors
3
# Distributed under the terms of the GNU GPL version 2 or later
3
# Distributed under the terms of the GNU GPL version 2 or later
4
4
5
EDITOR_VAR="EDITOR"
5
EDITOR_VAR="EDITOR"
6
EDITOR_ENVFILE="/etc/env.d/99editor"
6
EDITOR_ENVFILE="/etc/env.d/99editor"
7
# list of most common cases only
7
# list of most common cases only
8
EDITOR_LIST="nano emacs vim"
8
EDITOR_LIST="nano emacs ex mg vi vim xemacs"
9
9
10
inherit editor-variable
10
inherit editor-variable
11
11
(-)a/modules/visual.eselect (-3 / +2 lines)
Lines 1-11 Link Here
1
# -*-eselect-*-  vim: ft=eselect
1
# -*-eselect-*-  vim: ft=eselect
2
# Copyright 2009-2023 Gentoo Authors
2
# Copyright 2009-2025 Gentoo Authors
3
# Distributed under the terms of the GNU GPL version 2 or later
3
# Distributed under the terms of the GNU GPL version 2 or later
4
4
5
EDITOR_VAR="VISUAL"
5
EDITOR_VAR="VISUAL"
6
EDITOR_ENVFILE="/etc/env.d/99editor"
6
EDITOR_ENVFILE="/etc/env.d/99editor"
7
# list of most common cases only
7
# list of most common cases only
8
EDITOR_LIST="nano emacs vim"
8
EDITOR_LIST="nano emacs mg vi vim xemacs"
9
9
10
inherit editor-variable
10
inherit editor-variable
11
11
12
- 

Return to bug 930037