aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/deprecated/health.lua
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/lua/vim/deprecated/health.lua')
-rw-r--r--runtime/lua/vim/deprecated/health.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/deprecated/health.lua b/runtime/lua/vim/deprecated/health.lua
index 0f6b1f578c..eed889d90a 100644
--- a/runtime/lua/vim/deprecated/health.lua
+++ b/runtime/lua/vim/deprecated/health.lua
@@ -1,7 +1,7 @@
local M = {}
local health = vim.health
-local deprecated = {}
+local deprecated = {} ---@type [string, table, string][]
function M.check()
if next(deprecated) == nil then