fix(lua): vim.fn.has('nvim-0.10') in fast context, used by vim.deprecate

This commit is contained in:
bfredl
2024-04-24 18:40:03 +02:00
parent a1550dbf0a
commit 1294e221a2
8 changed files with 31 additions and 11 deletions

View File

@@ -4905,6 +4905,7 @@ M.funcs = {
endif
<
]=],
fast = true,
name = 'has',
params = { { 'feature', 'any' } },
returns = '0|1',