mirror of
https://github.com/neovim/neovim.git
synced 2025-12-17 11:55:34 +00:00
unittests: Fix linter error
This commit is contained in:
@@ -165,7 +165,7 @@ end
|
|||||||
-- use this helper to import C files, you can pass multiple paths at once,
|
-- 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.
|
-- this helper will return the C namespace of the nvim library.
|
||||||
cimport = function(...)
|
cimport = function(...)
|
||||||
local previous_defines, preprocess_cache
|
local previous_defines, preprocess_cache, cdefs
|
||||||
if is_child_cdefs() and preprocess_cache_mod then
|
if is_child_cdefs() and preprocess_cache_mod then
|
||||||
preprocess_cache = preprocess_cache_mod
|
preprocess_cache = preprocess_cache_mod
|
||||||
previous_defines = previous_defines_mod
|
previous_defines = previous_defines_mod
|
||||||
|
|||||||
Reference in New Issue
Block a user