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 d40fbdb commit b2b1755Copy full SHA for b2b1755
ioncore/ioncore_menudb.lua
@@ -44,6 +44,7 @@ end
44
-- Define context menu for context \var{ctx}, \var{tab} being a table
45
-- of menu entries.
46
function ioncore.defctxmenu(ctx, ...)
47
+ local arg = {...}
48
local tab, add
49
if #arg>1 and type(arg[1])=="string" then
50
tab=arg[2]
ioncore/ioncore_winprops.lua
@@ -11,6 +11,7 @@ local ioncore=_G.ioncore
11
local winprops={}
12
13
local function ifnil(...)
14
15
local n=#arg
16
local function nxt(_, i)
17
local j=i+1
0 commit comments