mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
test: do not inject vim module into global helpers
This commit is contained in:
@@ -10,7 +10,7 @@ local command = helpers.command
|
||||
local exc_exec = helpers.exc_exec
|
||||
local pcall_err = helpers.pcall_err
|
||||
local async_meths = helpers.async_meths
|
||||
local NIL = helpers.NIL
|
||||
local NIL = vim.NIL
|
||||
|
||||
local screen
|
||||
|
||||
|
Reference in New Issue
Block a user