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 = helpers.clear
|
||||
local exec_lua = helpers.exec_lua
|
||||
local run = helpers.run
|
||||
local stop = helpers.stop
|
||||
local NIL = helpers.NIL
|
||||
local NIL = vim.NIL
|
||||
|
||||
local M = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user