Open marrs opened 7 years ago
If I type gnvim new-file.txt at the prompt, the program terminates with the following error: The file new-file.txt does not exist.
gnvim new-file.txt
The file new-file.txt does not exist
I would expect it to open a blank buffer with filename set. The file would not actually exist until it is saved.
If I type
gnvim new-file.txt
at the prompt, the program terminates with the following error:The file new-file.txt does not exist
.I would expect it to open a blank buffer with filename set. The file would not actually exist until it is saved.