From 059719bee45d33a506ba55f0caac6a5441dfabe8 Mon Sep 17 00:00:00 2001 From: jazzpi Date: Mon, 28 Dec 2015 14:04:19 +0100 Subject: [PATCH] Fix :quitall --- lib/ex.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ex.coffee b/lib/ex.coffee index 1927bb0..7ee11b0 100644 --- a/lib/ex.coffee +++ b/lib/ex.coffee @@ -113,7 +113,7 @@ class Ex atom.workspace.getActivePane().destroyActiveItem() quitall: -> - atom.workspace.getPanes()[0].destroy() + atom.close() q: => @quit() @@ -234,7 +234,7 @@ class Ex @wall() wqall: => - atom.workspace.saveAll() + @wall() @quitall() wqa: =>