Fix :x throwing an error
This commit is contained in:
parent
be8bac62f1
commit
5d06604d41
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ class Ex
|
|||
wq: (args...) =>
|
||||
@write(args...).then => @quit()
|
||||
|
||||
x: => @wq()
|
||||
x: (args...) => @wq(args...)
|
||||
|
||||
wa: ->
|
||||
atom.workspace.saveAll()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue