mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
feat!: remove deprecated functions
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user