mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
test: typing for helpers.meths
This commit is contained in:
@@ -170,7 +170,7 @@ describe('vim.secure', function()
|
||||
|
||||
-- Cannot write file
|
||||
pcall_err(command, 'write')
|
||||
eq(true, meths.get_option_value('readonly', {}))
|
||||
eq(true, meths.nvim_get_option_value('readonly', {}))
|
||||
end)
|
||||
end)
|
||||
|
||||
|
Reference in New Issue
Block a user