You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using this syntax file, and opening a corresponding file will cause the editor to hang before giving the following error, if <T> is not comment or string.
[ERROR] /usr/local/share/lite-xl/plugins/detectindent.lua:242: /usr/local/share/lite-xl/core/common.lua:231: stack overflow at /usr/local/share/lite-xl/core/init.lua:1222
stack traceback:
[C]: in for iterator 'for iterator'
/usr/local/share/lite-xl/plugins/detectindent.lua:242: in upvalue 'detect_indent_stat'
/usr/local/share/lite-xl/plugins/detectindent.lua:264: in upvalue 'update_cache'
/usr/local/share/lite-xl/plugins/detectindent.lua:279: in function 'core.doc.new'
/usr/local/share/lite-xl/core/object.lua:54: in function 'core.titleview.__call'
/usr/local/share/lite-xl/core/init.lua:1143: in function 'core.open_doc'
/usr/local/share/lite-xl/plugins/treeview.lua:614: in function </usr/local/share/lite-xl/plugins/treeview.lua:609>
[C]: in function 'xpcall'
/usr/local/share/lite-xl/core/init.lua:1221: in function 'core.try'
/usr/local/share/lite-xl/plugins/treeview.lua:609: in field 'perform'
...(skipping 8 levels)
/usr/local/share/lite-xl/core/keymap.lua:205: in function 'core.keymap.on_key_pressed'
/usr/local/share/lite-xl/core/keymap.lua:246: in function 'core.keymap.on_mouse_pressed'
/usr/local/share/lite-xl/core/init.lua:1246: in upvalue 'on_event'
/usr/local/share/lite-xl/plugins/macro.lua:19: in function 'core.on_event'
[C]: in function 'xpcall'
/usr/local/share/lite-xl/core/init.lua:1221: in function 'core.try'
/usr/local/share/lite-xl/core/init.lua:1306: in function 'core.step'
/usr/local/share/lite-xl/core/init.lua:1384: in function 'core.run'
(...tail calls...)
[string "local core..."]:9: in function <[string "local core..."]:2>
[C]: in function 'xpcall'
[string "local core..."]:2: in main chunk
The text was updated successfully, but these errors were encountered:
Using this syntax file, and opening a corresponding file will cause the editor to hang before giving the following error, if
<T>
is notcomment
orstring
.The text was updated successfully, but these errors were encountered: