mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
test: do not inject vim module into global helpers
This commit is contained in:
@@ -9,7 +9,7 @@ local matches = helpers.matches
|
||||
local write_file = helpers.write_file
|
||||
local tmpname = helpers.tmpname
|
||||
local eq = helpers.eq
|
||||
local pesc = helpers.pesc
|
||||
local pesc = vim.pesc
|
||||
local skip = helpers.skip
|
||||
local is_ci = helpers.is_ci
|
||||
|
||||
|
||||
Reference in New Issue
Block a user