mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
test: typing for helpers.meths
This commit is contained in:
@@ -100,7 +100,7 @@ describe('writefile()', function()
|
||||
end)
|
||||
|
||||
it('shows correct file name when supplied numbers', function()
|
||||
meths.set_current_dir(dname)
|
||||
meths.nvim_set_current_dir(dname)
|
||||
eq(
|
||||
"Vim(call):E482: Can't open file 2 for writing: illegal operation on a directory",
|
||||
pcall_err(command, ('call writefile([42], %s)'):format(ddname_tail))
|
||||
|
Reference in New Issue
Block a user