Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ed: e! should not set filename (#919)
* I hadn't tested this scenario before * First I start ed with a file a.c * The command "e !ifconfig" then replaces the buffer with the output of ifconfig * Listing current filename with "f" command after this should still show "a.c" (this is how GNU and OpenBSD versions behave) * The directory check should not happen for "e !..." case
- Loading branch information