malxau / yori

Yori is a CMD replacement shell that supports backquotes, job control, and improves tab completion, file matching, aliases, command history, and more.
http://www.malsmith.net/yori/
MIT License
1.23k stars 31 forks source link

Edit fixes #60

Closed ghost closed 3 years ago

ghost commented 3 years ago

This change contains some fixes for EDIT:

malxau commented 3 years ago

So to be clear, Newline is defined when files are opened and have one line to populate from, or as part of save as. So the case here is opening an empty file, so there are no lines, and no need to use save as since a name is defined?

Thanks for the fixes!

ghost commented 3 years ago

So to be clear, Newline is defined when files are opened and have one line to populate from, or as part of save as. So the case here is opening an empty file, so there are no lines, and no need to use save as since a name is defined?

Thanks for the fixes!

Yes. Also, this happens when new file name is specified on command line.