mirror of
https://github.com/neovim/neovim.git
synced 2025-11-14 06:18:50 +00:00
test: typing for helpers.meths
This commit is contained in:
@@ -21,7 +21,7 @@ describe('sort()', function()
|
||||
end)
|
||||
|
||||
it('sorts “wrong” values between -0.0001 and 0.0001, preserving order', function()
|
||||
meths.set_var('list', {
|
||||
meths.nvim_set_var('list', {
|
||||
true,
|
||||
false,
|
||||
NIL,
|
||||
|
||||
Reference in New Issue
Block a user