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:
@@ -6,7 +6,7 @@ local feed = helpers.feed
|
||||
local eq = helpers.eq
|
||||
local exec_lua = helpers.exec_lua
|
||||
local next_msg = helpers.next_msg
|
||||
local NIL = helpers.NIL
|
||||
local NIL = vim.NIL
|
||||
local pcall_err = helpers.pcall_err
|
||||
|
||||
describe('thread', function()
|
||||
|
||||
Reference in New Issue
Block a user