lloeki / ex-mode

Ex mode for Atom
MIT License
169 stars 59 forks source link

Fix :enew not working #215

Closed hultberg closed 6 years ago

hultberg commented 6 years ago

Fixes #214

The previous method used to create a new empty text buffer stopped working with atom 1.19.0. This changes the calls to simply use atom.workspace.open(). As documented, it will create a new TextBuffer if called without arguments.