dundargoc
c08b030761
refactor: deprecate checkhealth functions
The following functions are deprecated and will be removed in
Nvim v0.11:
- health#report_start()
- health#report_info()
- health#report_ok()
- health#report_warn()
- health#report_error()
- vim.health.report_start()
- vim.health.report_info()
- vim.health.report_ok()
- vim.health.report_warn()
- vim.health.report_error()
Users should instead use these:
- vim.health.start()
- vim.health.info()
- vim.health.ok()
- vim.health.warn()
- vim.health.error()
2023-04-15 23:40:48 +02:00
..
2023-04-03 16:27:49 +02:00
2023-04-15 23:40:48 +02:00
2023-04-15 23:40:48 +02:00
2023-04-11 16:28:46 +02:00
2023-04-04 21:59:06 +02:00
2023-04-02 19:14:23 +02:00
2023-04-05 17:19:53 +01:00
2023-03-05 07:52:27 +01:00
2023-04-12 15:16:15 +02:00
2023-04-07 08:22:47 -06:00
2023-03-29 10:23:52 +02:00
2023-04-04 23:37:46 +02:00
2023-04-15 23:40:48 +02:00
2023-04-11 16:28:46 +02:00
2022-08-23 13:02:55 +02:00
2023-02-22 16:23:49 +01:00
2023-04-14 10:39:57 +02:00
2023-04-14 10:39:57 +02:00
2022-12-05 11:59:04 -07:00
2023-04-14 12:01:08 +02:00
2023-04-05 17:19:53 +01:00
2023-02-22 16:23:49 +01:00
2023-04-13 23:29:13 +02:00
2023-03-22 17:46:01 +01:00