mirror of
https://github.com/neovim/neovim.git
synced 2025-12-08 07:32:40 +00:00
test: typing for helpers.meths
This commit is contained in:
@@ -94,7 +94,7 @@ describe('api metadata', function()
|
||||
local old_api = {}
|
||||
setup(function()
|
||||
clear() -- Ensure a session before requesting api_info.
|
||||
api = meths.get_api_info()[2]
|
||||
api = meths.nvim_get_api_info()[2]
|
||||
compat = api.version.api_compatible
|
||||
api_level = api.version.api_level
|
||||
if api.version.api_prerelease then
|
||||
|
||||
Reference in New Issue
Block a user