mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 11:28:22 +00:00
test: do not inject vim module into global helpers
This commit is contained in:
@@ -7,7 +7,7 @@ local eval = helpers.eval
|
||||
local command = helpers.command
|
||||
local exc_exec = helpers.exc_exec
|
||||
local pcall_err = helpers.pcall_err
|
||||
local NIL = helpers.NIL
|
||||
local NIL = vim.NIL
|
||||
local source = helpers.source
|
||||
|
||||
describe('json_decode() function', function()
|
||||
|
Reference in New Issue
Block a user