neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 36ca082a11e70e84c985a62db293732ea527ea01
parent 71eebd28d1da487fbbb3c162c6b909940f76883d
Author: nullchilly <nullchilly@gmail.com>
Date:   Sat, 11 Mar 2023 17:27:16 +0700

refactor(health)!: remove deprecated health.lua

Diffstat:
Druntime/lua/health.lua | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/runtime/lua/health.lua b/runtime/lua/health.lua @@ -1,6 +0,0 @@ -return setmetatable({}, { - __index = function(_, k) - vim.deprecate("require('health')", 'vim.health', '0.9', false) - return vim.health[k] - end, -})