This website requires JavaScript.
Explore
Help
Sign In
walkero
/
lite-xl
Watch
1
Star
0
Fork
You've already forked lite-xl
0
Code
Issues
7
Pull Requests
Projects
Releases
17
Wiki
Activity
3853bf73d7
lite-xl
/
data
/
core
/
compat.lua
7 lines
87 B
Lua
Raw
Normal View
History
Unescape
Escape
Fix luajit integration after rebase
2021-03-21 20:24:39 +01:00
function
table
.
pack
(
...
)
return
{
n
=
select
(
'
#
'
,
...
)
,
...
}
end
Initial draft of transition to use LuaJIT2 instead of Lua 5.2 There is problem with utf8 expression matching on common.utf8_chars
2020-11-29 11:45:32 +01:00
table.unpack
=
unpack