diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/editor.eselect | 4 | ||||
-rw-r--r-- | modules/visual.eselect | 4 |
2 files changed, 4 insertions, 4 deletions
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 |