mirror of
https://github.com/neovim/neovim.git
synced 2026-01-23 05:10:34 +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