mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +00:00
test: typing for screen.lua
Very rough buts resolves most diagnostic errors and should provide some useful hovers.
This commit is contained in:

committed by
Lewis Russell

parent
89ffdebd20
commit
0054c18500
@@ -352,7 +352,7 @@ function vim.schedule_wrap(fn)
|
||||
end
|
||||
|
||||
-- vim.fn.{func}(...)
|
||||
---@private
|
||||
---@nodoc
|
||||
vim.fn = setmetatable({}, {
|
||||
__index = function(t, key)
|
||||
local _fn
|
||||
|
Reference in New Issue
Block a user