From d26acd4e7d7be1be0034311b4ccff892147bff39 Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Thu, 19 Dec 2024 08:35:43 +0100 Subject: [PATCH] Print errors --- lua/macrotool/init.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lua/macrotool/init.lua b/lua/macrotool/init.lua index 6e4dcb8..670400c 100644 --- a/lua/macrotool/init.lua +++ b/lua/macrotool/init.lua @@ -9,8 +9,7 @@ if vim == nil then end function M.Macrochain() - -- vim.print(table.concat(keystrokes, "")) - vim.print("Hello world") + vim.print(table.concat(keystrokes, "")) end -- @name record_keystroke