mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
test: typing for helpers.meths
This commit is contained in:
@@ -24,7 +24,7 @@ end
|
||||
describe('Ex command', function()
|
||||
before_each(clear)
|
||||
after_each(function()
|
||||
eq({}, meths.get_vvar('errors'))
|
||||
eq({}, meths.nvim_get_vvar('errors'))
|
||||
end)
|
||||
|
||||
it('checks for address line overflow', function()
|
||||
|
||||
Reference in New Issue
Block a user