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 19ff925 commit 366b083Copy full SHA for 366b083
lua/plenary/async/api.lua
@@ -8,7 +8,7 @@ return setmetatable({}, {
8
util.scheduler()
9
end
10
11
- vim.api[k](...)
+ return vim.api[k](...)
12
13
end,
14
})
0 commit comments