atom / snippets

Atom snippets package
MIT License
205 stars 100 forks source link

Make snippets work for editors that aren't pane items #268

Closed maxbrunsfeld closed 6 years ago

maxbrunsfeld commented 6 years ago

Fixes https://github.com/atom/atom/issues/17055

This package adds commands to all text-editors, but previously, some of its internal state was only maintained for text editors that were added to the workspace as pane items. This PR makes the package work for all text editors, including the commit message editor.