fall back to vi(1) instead of ed(1) if neither EDITOR nor VISUAL are set
commitf8da67e8340977371b6ec3114502ae8baa5dee1f
authorStefan Sperling <stsp@stsp.name>
Mon, 27 Feb 2023 08:16:11 +0000 (27 08:16 +0000)
committerThomas Adam <thomas@xteddy.org>
Wed, 1 Mar 2023 14:29:44 +0000 (1 14:29 +0000)
treedf92f48c212ea645f1b1b11790a8b5deb94f55fb
parenta578d6ec6d3818f6a19379ef10e6def9dc71abb1
fall back to vi(1) instead of ed(1) if neither EDITOR nor VISUAL are set

ed users are reading files with their minds rather then their eyes, and
might therefore be missing important visual clues we write into files
before the user gets to edit them. Use of vi(1) ensures that such clues
will not be missed.
got/got.1
got/got.c