mirror of
https://github.com/neovim/neovim.git
synced 2025-09-13 06:48:17 +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 exc_exec = helpers.exc_exec
|
||||
local pcall_err = helpers.pcall_err
|
||||
local funcs = helpers.funcs
|
||||
local NIL = helpers.NIL
|
||||
local NIL = vim.NIL
|
||||
local source = helpers.source
|
||||
|
||||
describe('string() function', function()
|
||||
|
Reference in New Issue
Block a user