mirror of
https://github.com/neovim/neovim.git
synced 2025-12-07 07:02:46 +00:00
test: do not inject vim module into global helpers
This commit is contained in:
@@ -19,7 +19,7 @@ local curwinmeths = helpers.curwinmeths
|
||||
local exec = helpers.exec
|
||||
local funcs = helpers.funcs
|
||||
local request = helpers.request
|
||||
local NIL = helpers.NIL
|
||||
local NIL = vim.NIL
|
||||
local meths = helpers.meths
|
||||
local command = helpers.command
|
||||
local pcall_err = helpers.pcall_err
|
||||
|
||||
Reference in New Issue
Block a user