mirror of
https://github.com/neovim/neovim.git
synced 2025-11-23 10:36:29 +00:00
test: do not inject vim module into global helpers
This commit is contained in:
@@ -7,7 +7,7 @@ local neq = helpers.neq
|
||||
local nvim_argv = helpers.nvim_argv
|
||||
local request = helpers.request
|
||||
local retry = helpers.retry
|
||||
local NIL = helpers.NIL
|
||||
local NIL = vim.NIL
|
||||
local is_os = helpers.is_os
|
||||
|
||||
describe('API', function()
|
||||
|
||||
Reference in New Issue
Block a user