mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 00:52:44 +00:00
Update lua client to 0.0.1-24
The new version of the lua client uses libmpack as a backend, and some test scripts had to be updated to reflect that.
This commit is contained in:
@@ -80,7 +80,7 @@ describe('vim_* functions', function()
|
||||
it('set_var returns the old value', function()
|
||||
local val1 = {1, 2, {['3'] = 1}}
|
||||
local val2 = {4, 7}
|
||||
eq(nil, nvim('set_var', 'lua', val1))
|
||||
eq(NIL, nvim('set_var', 'lua', val1))
|
||||
eq(val1, nvim('set_var', 'lua', val2))
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user