mirror of
https://github.com/neovim/neovim.git
synced 2025-11-16 07:11:20 +00:00
test: normalise nvim bridge functions
- remove helpers.cur*meths - remove helpers.nvim
This commit is contained in:
@@ -18,7 +18,7 @@ describe('v:exiting', function()
|
||||
|
||||
before_each(function()
|
||||
helpers.clear()
|
||||
cid = helpers.nvim('get_api_info')[1]
|
||||
cid = helpers.meths.nvim_get_api_info()[1]
|
||||
end)
|
||||
|
||||
it('defaults to v:null', function()
|
||||
|
||||
Reference in New Issue
Block a user