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.
2 parents b871eb6 + 5083f1c commit 36fe749Copy full SHA for 36fe749
changelog.md
@@ -5,6 +5,7 @@
5
* `NEW` Custom documentation exporter
6
* `NEW` Setting: `Lua.docScriptPath`: Path to a script that overrides `cli.doc.export`, allowing user-specified documentation exporting.
7
* `FIX` Fix `VM.OnCompileFunctionParam` function in plugins
8
+* `FIX` Lua 5.1: fix incorrect warning when using setfenv with an int as first parameter
9
10
## 3.10.5
11
`2024-8-19`
meta/template/basic.lua
@@ -210,7 +210,7 @@ function select(index, ...) end
210
211
---@version 5.1
212
---#DES 'setfenv'
213
----@param f async fun(...):...|integer
+---@param f (async fun(...):...)|integer
214
---@param table table
215
---@return function
216
function setfenv(f, table) end
0 commit comments