fix: address deprecations

This commit is contained in:
2026-04-10 18:42:18 +02:00
parent dc0d36d55e
commit 6635ed588b
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -205,7 +205,7 @@ function Util.format(opts)
local new_lines =
vim.split(output:gsub("\r\n", "\n"), "\n", { plain = true })
local diff = vim.diff(
local diff = vim.text.diff(
table.concat(old_lines, "\n"),
table.concat(new_lines, "\n"),
{ result_type = "indices", algorithm = "histogram" }