Right now when i use Tab completion and just want to use tab to create big spaces, i get the error: E5108: Error executing lua [string ":lua"]:84: attempt to call field 'unpack' (a nil value) I dont exactly know where the function is that causes this, but here is my traceback...
[immersive] Lua error: ...guel/.config/mpv/scripts/immersive/utility/utf_8.lua:104: attempt to call field 'unpack' (a nil value) immersive-targets.conf: # this line is here so the file is encoded as UTF−8 # do not delete it unless you know what that means [target name] # An...
Situation When trying to use mockagne with Lua 5.3, the following error is thrown. mockagne.lua:145: attempt to call a nil value (global 'unpack') Looking at the code unpack() is used a handful of times as global reference. In Lua 5.3 th...