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
For some reason unknown to my pretty void programming knowledge, when going past a certain number of lines on the uncompressed attached file (moving with Ctrl+F, arrows, paragraph, you name it - about the line 500 or something), vis crashes/freezes completely and throws this error:
/usr/share/vis/lexer.lua:1256: backtrack stack overflow (current limit is 400)
Can't tell if this is something related about a plugin or what (I'm just using the 'vis-pairs' plugin). Maybe it's something about the lexer thing you guys talked about at #1198?
The really weird thing about this is that it's happening only and only with this file. Not sure what it has that triggers this error.
Steps to reproduce
Open the uncompressed attached file, say `vis _cpu-quick-compare.php'
Go past the 500th line, or the end of file with G
vis version (vis -v)
vis 0.9 +curses +lua +tre +acl
Terminal name/version
konsole 24.08.3
$TERM environment variable
xterm-256color
The text was updated successfully, but these errors were encountered:
Problem
For some reason unknown to my pretty void programming knowledge, when going past a certain number of lines on
the uncompressed attached file (moving with Ctrl+F, arrows, paragraph, you name it - about the line 500 or something), vis crashes/freezes completely and throws this error:
Can't tell if this is something related about a plugin or what (I'm just using the 'vis-pairs' plugin). Maybe it's something about the lexer thing you guys talked about at #1198?
The really weird thing about this is that it's happening only and only with this file. Not sure what it has that triggers this error.
Steps to reproduce
G
vis version (vis -v)
vis 0.9 +curses +lua +tre +acl
Terminal name/version
konsole 24.08.3
$TERM environment variable
xterm-256color
The text was updated successfully, but these errors were encountered: