mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
fixi fixi after cleanup
This commit is contained in:
@@ -633,7 +633,7 @@ local ToggleTodo = function()
|
|||||||
end
|
end
|
||||||
end
|
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)
|
-- print('rep: ' .. repl)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user