mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
test: do not inject vim module into global helpers
This commit is contained in:
@@ -4,7 +4,7 @@ local clear, nvim, tabpage, curtab, eq, ok =
|
||||
local curtabmeths = helpers.curtabmeths
|
||||
local funcs = helpers.funcs
|
||||
local request = helpers.request
|
||||
local NIL = helpers.NIL
|
||||
local NIL = vim.NIL
|
||||
local pcall_err = helpers.pcall_err
|
||||
local command = helpers.command
|
||||
|
||||
|
||||
Reference in New Issue
Block a user