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:
@@ -201,8 +201,10 @@ local function is_child_cdefs()
|
||||
return os.getenv('NVIM_TEST_MAIN_CDEFS') ~= '1'
|
||||
end
|
||||
|
||||
-- use this helper to import C files, you can pass multiple paths at once,
|
||||
-- this helper will return the C namespace of the nvim library.
|
||||
--- use this helper to import C files, you can pass multiple paths at once,
|
||||
--- this helper will return the C namespace of the nvim library.
|
||||
---
|
||||
--- @param ... string
|
||||
local function cimport(...)
|
||||
local previous_defines --- @type string
|
||||
local preprocess_cache --- @type table<string,string>
|
||||
|
||||
Reference in New Issue
Block a user