mirror of
https://github.com/neovim/neovim.git
synced 2026-01-06 21:37:43 +00:00
refactor: fix luals warnings
This commit is contained in:
@@ -19,7 +19,7 @@ for _, p in ipairs(Paths.include_paths) do
|
||||
Preprocess.add_to_include_path(p)
|
||||
end
|
||||
|
||||
local child_pid = nil --- @type integer
|
||||
local child_pid = nil --- @type integer?
|
||||
--- @generic F: function
|
||||
--- @param func F
|
||||
--- @return F
|
||||
|
||||
Reference in New Issue
Block a user