mirror of
https://github.com/neovim/neovim.git
synced 2026-04-19 14:00:49 +00:00
fix: type warnings in shared.lua
This commit is contained in:
committed by
Lewis Russell
parent
c6f7419420
commit
35f453f65d
@@ -83,6 +83,7 @@ function vim.in_fast_event() end
|
||||
---
|
||||
--- Note: If numeric keys are present in the table, Nvim ignores the metatable
|
||||
--- marker and converts the dict to a list/array anyway.
|
||||
--- @return table
|
||||
function vim.empty_dict() end
|
||||
|
||||
--- Sends {event} to {channel} via |RPC| and returns immediately. If {channel}
|
||||
|
||||
Reference in New Issue
Block a user