rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

Cannot open new file for editing #324

Open marrs opened 7 years ago

marrs commented 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.

I would expect it to open a blank buffer with filename set. The file would not actually exist until it is saved.