fixi fixi after cleanup

This commit is contained in:
Rene Schallner
2021-11-26 14:05:52 +01:00
parent e1f1255e46
commit 1678479e1c

View File

@@ -633,7 +633,7 @@ local ToggleTodo = function()
end
end
end
vim.api.nvim_buf_set_lines(0, linenr - 1, linenr, false, repline)
vim.api.nvim_buf_set_lines(0, linenr - 1, linenr, false, { repline })
-- print('rep: ' .. repl)
end