mirror of
https://github.com/neovim/neovim.git
synced 2026-02-08 21:08:47 +00:00
test: fix some type warnings (#37483)
This commit is contained in:
@@ -33,6 +33,8 @@ function M.feed_csi(data)
|
||||
M.feed_termcode('[' .. data)
|
||||
end
|
||||
|
||||
--- @param session test.Session
|
||||
--- @return fun(code: string, ...):any
|
||||
function M.make_lua_executor(session)
|
||||
return function(code, ...)
|
||||
local status, rv = session:request('nvim_exec_lua', code, { ... })
|
||||
|
||||
Reference in New Issue
Block a user