From a71864fd6e3dca5d96bbfde6ebe6ea84aa97a414 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Fri, 19 Sep 2025 00:39:10 -0400 Subject: [PATCH] try to fix; --- spec/test_panel_spec.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spec/test_panel_spec.lua b/spec/test_panel_spec.lua index b1c00fa..b635693 100644 --- a/spec/test_panel_spec.lua +++ b/spec/test_panel_spec.lua @@ -142,6 +142,9 @@ describe('cp test panel', function() split = function() end, vsplit = function() end, diffthis = function() end, + e = function() end, + startinsert = function() end, + stopinsert = function() end, } vim.cmd = setmetatable(cmd_table, {