mirror of
https://github.com/neovim/neovim.git
synced 2026-05-03 04:25:03 +00:00
test: remove helpers.sleep()
This commit is contained in:
@@ -15,7 +15,7 @@ local command = helpers.command
|
||||
local exc_exec = helpers.exc_exec
|
||||
local matches = helpers.matches
|
||||
local exec_lua = helpers.exec_lua
|
||||
local sleep = helpers.sleep
|
||||
local sleep = vim.uv.sleep
|
||||
local funcs = helpers.funcs
|
||||
local is_os = helpers.is_os
|
||||
local skip = helpers.skip
|
||||
|
||||
Reference in New Issue
Block a user