mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
test: typing for helpers.meths
This commit is contained in:
@@ -5,7 +5,7 @@ local source, exec_capture = helpers.source, helpers.exec_capture
|
||||
local mkdir = helpers.mkdir
|
||||
|
||||
local function expected_empty()
|
||||
eq({}, meths.get_vvar('errors'))
|
||||
eq({}, meths.nvim_get_vvar('errors'))
|
||||
end
|
||||
|
||||
describe('autochdir behavior', function()
|
||||
|
Reference in New Issue
Block a user