We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f61b070 commit a263161Copy full SHA for a263161
script/vm/function.lua
@@ -201,7 +201,7 @@ end
201
---@return parser.object[]
202
function vm.getMatchedFunctions(func, args, mark)
203
local funcs = {}
204
- local node = vm.getNode(func) or vm.compileNode(func)
+ local node = vm.compileNode(func)
205
for n in node:eachObject() do
206
if n.type == 'function'
207
or n.type == 'doc.type.function' then
0 commit comments