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 a brief overview, the editor was getting stuck in an infinite loop while trying to highlight regex that evaluated to an empty string, like "^". The same was true for other substitutions like "$", etc.
Steps to Reproduce
M-x vi-mode
V
:
and then types/^/;;/
Expectation
The lines in the region should have ";;" prepended to them.
Actual Result
Lem is unresponsive to input, and I saw this when I switched back to the terminal that I started Lem on.
The text was updated successfully, but these errors were encountered: