diff options
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r-- | runtime/doc/news.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 6697b3018a..f196c3d445 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -62,7 +62,11 @@ DEPRECATIONS *news-deprecations* The following functions are now deprecated and will be removed in the next release. -• ... - +• Checkhealth functions: + - |health#report_error|, |vim.health.report_error()| Use Lua |vim.health.error()| instead. + - |health#report_info|, |vim.health.report_info()| Use Lua |vim.health.info()| instead. + - |health#report_ok|, |vim.health.report_ok()| Use Lua |vim.health.ok()| instead. + - |health#report_start|, |vim.health.report_start()| Use Lua |vim.health.start()| instead. + - |health#report_warn|, |vim.health.report_warn()| Use Lua |vim.health.warn()| instead. vim:tw=78:ts=8:sw=2:et:ft=help:norl: |