Skip to content

Commit 36fe749

Browse files
authored
Merge branch 'master' into fix-vm-plugins
2 parents b871eb6 + 5083f1c commit 36fe749

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* `NEW` Custom documentation exporter
66
* `NEW` Setting: `Lua.docScriptPath`: Path to a script that overrides `cli.doc.export`, allowing user-specified documentation exporting.
77
* `FIX` Fix `VM.OnCompileFunctionParam` function in plugins
8+
* `FIX` Lua 5.1: fix incorrect warning when using setfenv with an int as first parameter
89

910
## 3.10.5
1011
`2024-8-19`

meta/template/basic.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ function select(index, ...) end
210210

211211
---@version 5.1
212212
---#DES 'setfenv'
213-
---@param f async fun(...):...|integer
213+
---@param f (async fun(...):...)|integer
214214
---@param table table
215215
---@return function
216216
function setfenv(f, table) end

0 commit comments

Comments
 (0)