From: Sergej P. <ml...@se...> - 2012-12-14 09:07:45
|
Hi, 'goto' is a keyword in lua 5.2. Not sure if it should be fixed in notion, but I made workaround for this: replace *** win:goto() *** to *** function win_goto(w) return w['goto'](w) end ... win_goto(win) *** |