X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0a032eea07f6d77ac6ea4d5a39c9491c34358058..c576ad2674c37a1c63f004c71049998f38854c64:/sbr/geteditor.c diff --git a/sbr/geteditor.c b/sbr/geteditor.c index c8b9986b..9889a5e3 100644 --- a/sbr/geteditor.c +++ b/sbr/geteditor.c @@ -1,5 +1,4 @@ -/* - * geteditor.c -- Determine the default editor to use +/* geteditor.c -- Determine the default editor to use * * This code is Copyright (c) 2013, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -21,7 +20,7 @@ get_default_editor(void) if (!(str = context_find("editor")) && !(str = getenv("VISUAL")) && !(str = getenv("EDITOR"))) { - str = DEFAULT_EDITOR; + str = "vi"; } return (default_editor = str);