Added :wall

While `:wa` previously existed, the full comment `:wall` did not.
This commit is contained in:
Michael Holler 2015-11-18 11:37:26 -06:00
parent 5773c8f47b
commit 5c55c74e6a

View file

@ -178,7 +178,9 @@ class Ex
xit: (args...) => @wq(args...) xit: (args...) => @wq(args...)
wa: -> wa: => @wall()
wall: ->
atom.workspace.saveAll() atom.workspace.saveAll()
split: (range, args) -> split: (range, args) ->