Use sensible-editor by default

It is the reasonable default for Debian.

Forwarded: not-needed

Gbp-Pq: Topic debian
Gbp-Pq: Name Use-sensible-editor-by-default.patch
This commit is contained in:
Andrea Bolognani 2020-08-18 21:57:14 +02:00 committed by Cong Liu
parent 848e5aff27
commit 67531b88fb
1 changed files with 1 additions and 1 deletions

View File

@ -2434,7 +2434,7 @@ vshEditWriteToTempFile(vshControl *ctl, const char *doc)
/* Hard-code default editor used as a fallback if not configured by
* VISUAL or EDITOR environment variables. */
#define DEFAULT_EDITOR "vi"
#define DEFAULT_EDITOR "sensible-editor"
int
vshEditFile(vshControl *ctl, const char *filename)