---
Try loading the plugin into nvim / build (ubuntu-20.04) (push) Successful in 18s Details

This commit is contained in:
Yannick Reiß 2024-12-19 08:30:15 +01:00
parent 019b9f3a45
commit e7ccbed391
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ if vim == nil then
end end
function Macrochain() function Macrochain()
vim.print(table.concat(keystrokes, "")) -- vim.print(table.concat(keystrokes, ""))
vim.print("Hello world")
end end
-- @name record_keystroke -- @name record_keystroke