mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 14:55:33 +00:00
docs: misc, editorconfig
fix https://github.com/neovim/neovim/issues/36858
This commit is contained in:
@@ -94,11 +94,12 @@ function vim.empty_dict() end
|
||||
--- @param ...? any
|
||||
function vim.rpcnotify(channel, method, ...) end
|
||||
|
||||
--- Sends a request to {channel} to invoke {method} via |RPC| and blocks until
|
||||
--- a response is received.
|
||||
--- Invokes |RPC| `method` on `channel` and blocks until a response is received.
|
||||
---
|
||||
--- Note: Msgpack NIL values in the response are represented as |vim.NIL|.
|
||||
---
|
||||
--- Example: see [nvim_exec_lua()]
|
||||
---
|
||||
--- Note: NIL values as part of the return value is represented as |vim.NIL|
|
||||
--- special value
|
||||
--- @param channel integer
|
||||
--- @param method string
|
||||
--- @param ...? any
|
||||
|
||||
Reference in New Issue
Block a user