aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_editor.lua
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2024-03-08 11:23:17 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2024-03-09 10:54:24 +0100
commit649dd00fe2e54183cc210f24d36504a61e5ea605 (patch)
treea72254759df6154ccf9829016d1eafd27acf3222 /runtime/lua/vim/_editor.lua
parenta69c72063994f8e9064b6d9c9f280120423897b8 (diff)
downloadrneovim-649dd00fe2e54183cc210f24d36504a61e5ea605.tar.gz
rneovim-649dd00fe2e54183cc210f24d36504a61e5ea605.tar.bz2
rneovim-649dd00fe2e54183cc210f24d36504a61e5ea605.zip
feat!: remove deprecated functions
Diffstat (limited to 'runtime/lua/vim/_editor.lua')
-rw-r--r--runtime/lua/vim/_editor.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/runtime/lua/vim/_editor.lua b/runtime/lua/vim/_editor.lua
index c588802193..b73fad6bfa 100644
--- a/runtime/lua/vim/_editor.lua
+++ b/runtime/lua/vim/_editor.lua
@@ -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: