aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/restoretabs.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/restoretabs.lua b/plugins/restoretabs.lua
index 2ce9408..5c06e80 100644
--- a/plugins/restoretabs.lua
+++ b/plugins/restoretabs.lua
@@ -17,7 +17,7 @@ RootView.update = function(self)
if not initialized_tab_system then
local Node = getmetatable(self.root_node)
local old_close = Node.close_view
-
+
Node.close_view = function(self, root, view)
if view.doc and view.doc.abs_filename then
local closing_filename = view.doc.abs_filename
@@ -40,7 +40,7 @@ RootView.update = function(self)
end
-command.add("core.docview", {
+command.add(nil, {
["restore-tabs:restore-tab"] = function()
if #tab_history > 0 then
local file = tab_history[#tab_history]