mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
refactor: use vim.deprecate on all deprecated functions
This commit is contained in:
@ -888,7 +888,7 @@ end
|
||||
|
||||
---@private
|
||||
function vim.pretty_print(...)
|
||||
vim.deprecate('vim.pretty_print', 'vim.print', '0.10')
|
||||
vim.deprecate('vim.pretty_print()', 'vim.print()', '0.10')
|
||||
return vim.print(...)
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user