* Reapply "refactor(#2871, #2886): multi instance: node classes created (#2916)"
This reverts commit 50e919426a.
* fix(#2945): stack overflow on api.git.reload or fugitive event
This commit is contained in:
committed by
GitHub
parent
50e919426a
commit
5ad87620ec
@@ -71,7 +71,7 @@ end
|
||||
--- Write to log file the inspection of a node
|
||||
--- defaults to the node under cursor if none is provided
|
||||
---@param typ string as per log.types config
|
||||
---@param node table|nil node to be inspected
|
||||
---@param node Node? node to be inspected
|
||||
---@param fmt string for string.format
|
||||
---@vararg any arguments for string.format
|
||||
function M.node(typ, node, fmt, ...)
|
||||
|
||||
Reference in New Issue
Block a user