mirror of
https://github.com/neovim/neovim.git
synced 2026-08-31 03:13:48 +00:00
test: do not inject vim module into global helpers
This commit is contained in:
@@ -10,7 +10,7 @@ local meths = helpers.meths
|
||||
local clear = helpers.clear
|
||||
local eq = helpers.eq
|
||||
local matches = helpers.matches
|
||||
local pesc = helpers.pesc
|
||||
local pesc = vim.pesc
|
||||
|
||||
describe(':edit term://*', function()
|
||||
local get_screen = function(columns, lines)
|
||||
|
||||
Reference in New Issue
Block a user