atom / autosave

Autosaves buffers when they lose focus
MIT License
64 stars 34 forks source link

Only autosave new items if isModified() returns true #84

Closed smashwilson closed 6 years ago

smashwilson commented 6 years ago

Keep the isModified() check to prevent attempting to save new pane items unnecessarily. Needs a change in the behavior of isModified() on TextBuffers that have a path which does not exist.

/cc @maxbrunsfeld