Updated deprecation

This commit is contained in:
2025-07-27 22:38:34 +02:00
parent f73f64b145
commit 1f2af0ab96

View File

@@ -37,7 +37,7 @@ autocmd("TextYankPost", {
desc = "Highlight when yanking (copying) text",
group = yank,
callback = function()
vim.highlight.on_yank()
vim.hl.on_yank()
end,
})