Merge pull request #38 from jazzpi/fix-x

Fix `:x` throwing an error
This commit is contained in:
Loic Nageleisen 2015-05-15 09:07:35 +02:00
commit 8eeb2dc57e

View file

@ -145,7 +145,7 @@ class Ex
wq: (args...) => wq: (args...) =>
@write(args...).then => @quit() @write(args...).then => @quit()
x: => @wq() x: (args...) => @wq(args...)
wa: -> wa: ->
atom.workspace.saveAll() atom.workspace.saveAll()