---
Try loading the plugin into nvim / build (ubuntu-20.04) (push) Successful in 18s
Details
Try loading the plugin into nvim / build (ubuntu-20.04) (push) Successful in 18s
Details
This commit is contained in:
parent
019b9f3a45
commit
e7ccbed391
|
@ -9,7 +9,8 @@ if vim == nil then
|
|||
end
|
||||
|
||||
function Macrochain()
|
||||
vim.print(table.concat(keystrokes, ""))
|
||||
-- vim.print(table.concat(keystrokes, ""))
|
||||
vim.print("Hello world")
|
||||
end
|
||||
|
||||
-- @name record_keystroke
|
||||
|
|
Loading…
Reference in New Issue