Merge pull request #16 from AsaAyers/write-all

add :wa
This commit is contained in:
Loic Nageleisen 2015-02-23 09:28:14 +01:00
commit 7d4aee9ed2

View file

@ -6,6 +6,8 @@ class Ex
atom.workspace.getActivePane().saveActiveItemAs()
w: => @write()
wa: ->
atom.workspace.saveAll()
split: (filePaths) ->
pane = atom.workspace.getActivePane()