mirror of
https://github.com/neovim/neovim.git
synced 2025-10-10 03:46:31 +00:00
test: do not inject vim module into global helpers
This commit is contained in:
@@ -11,7 +11,7 @@ local exc_exec = helpers.exc_exec
|
||||
local exec_lua = helpers.exec_lua
|
||||
local feed_command = helpers.feed_command
|
||||
local insert = helpers.insert
|
||||
local NIL = helpers.NIL
|
||||
local NIL = vim.NIL
|
||||
local command = helpers.command
|
||||
local bufmeths = helpers.bufmeths
|
||||
local feed = helpers.feed
|
||||
|
Reference in New Issue
Block a user