Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ed: w command should not update current filename
* When writing a file, w command takes an optional filename argument * If no filename argument is provided, the "current" filename is used * If a filename argument is provided, write to that file but don't update the current filename * Found when testing against GNU and OpenBSD versions * NB: OpenBSD version calls get_filename() with Save param set to false
- Loading branch information