From 68342e28ee03c7bd50cfc0ef4e41425b3d278d30 Mon Sep 17 00:00:00 2001 From: Adam Harrison Date: Sat, 22 May 2021 17:02:06 -0400 Subject: Fixed typo. --- plugins/restoretabs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/restoretabs.lua b/plugins/restoretabs.lua index 9607169..6776e2c 100644 --- a/plugins/restoretabs.lua +++ b/plugins/restoretabs.lua @@ -29,7 +29,7 @@ RootView.update = function(self) end table.insert(tab_history, closing_filename) if #tab_history > history_size then - tab_history.remove(tab_history, 1) + table.remove(tab_history, 1) end end old_close(self, root, view) -- cgit v1.2.3