feat!: remove deprecated functions

This commit is contained in:
dundargoc
2024-03-08 11:23:17 +01:00
committed by dundargoc
parent a69c720639
commit 649dd00fe2
7 changed files with 4 additions and 113 deletions

View File

@ -908,12 +908,6 @@ do
end
end
---@private
function vim.pretty_print(...)
vim.deprecate('vim.pretty_print()', 'vim.print()', '0.10')
return vim.print(...)
end
--- "Pretty prints" the given arguments and returns them unmodified.
---
--- Example: