Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 911792
Collapse All | Expand All

(-)a/ChangeLog (+6 lines)
Lines 1-3 Link Here
1
2023-08-07  Ulrich Müller  <ulm@gentoo.org>
2
3
	* modules/editor.eselect (EDITOR_LIST):
4
	* modules/visual.eselect (EDITOR_LIST): Add vim; drop ed, ex, vi
5
	and xemacs. Bug 911792.
6
1
2023-07-08  Ulrich Müller  <ulm@gentoo.org>
7
2023-07-08  Ulrich Müller  <ulm@gentoo.org>
2
8
3
	* bin/eselect.in (PATH): Avoid subshell.
9
	* bin/eselect.in (PATH): Avoid subshell.
(-)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-2020 Gentoo Authors
2
# Copyright 2009-2023 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 ed emacs ex vi xemacs"
8
EDITOR_LIST="nano emacs vim"
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-2021 Gentoo Authors
2
# Copyright 2009-2023 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 vi xemacs"
8
EDITOR_LIST="nano emacs vim"
9
9
10
inherit editor-variable
10
inherit editor-variable
11
11
12
- 

Return to bug 911792