vi: failure to open file is not an error when initialising buffer
authorRon Yorston <rmy@tigress.co.uk>
Sun, 30 Nov 2014 20:39:25 +0000 (20:39 +0000)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 7 Jan 2015 16:00:48 +0000 (17:00 +0100)
commite5213cee3833a88397cb5e73428efb9a1b886db3
tree4b29617fcc1024e945c6b94877184b5a4271c660
parent08364dab752e752ba3b7da30f64d09b72d9da0ad
vi: failure to open file is not an error when initialising buffer

Commit 32afd3a introduced these regressions on the master branch:

Starting vi with no filename on the command line gives the status message
"'(null)' Bad address" instead of "- No file 1/1 100%".

Starting vi with a non-existent file on the command line gives the status
message "'new.txt' No such file or directory" instead of "- new.txt 1/1 100%"

Signed-off-by: Ron Yorston <rmy@tigress.co.uk>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
editors/vi.c