From 5c55c74e6aba7357019b018527bc2dbecee1dfb4 Mon Sep 17 00:00:00 2001 From: Michael Holler Date: Wed, 18 Nov 2015 11:37:26 -0600 Subject: [PATCH] Added :wall While `:wa` previously existed, the full comment `:wall` did not. --- lib/ex.coffee | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/ex.coffee b/lib/ex.coffee index 684b2f6..8665f53 100644 --- a/lib/ex.coffee +++ b/lib/ex.coffee @@ -178,7 +178,9 @@ class Ex xit: (args...) => @wq(args...) - wa: -> + wa: => @wall() + + wall: -> atom.workspace.saveAll() split: (range, args) ->