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
When you hit '/' to enter search mode, and if you type '()' and try going back within the parentheses to type the regex. Tab hangs and it does not allow you to move the cursor backwards.
Still true / almost the same problem now:
if I type « ab| » the result is «a|b» with no bug,
but if I directly type «a|», the tab freeze before I can type «b».
Also true if I type «a*b» : no time to type «b».
I think it's something like «if the empty string is valid, then freeze».
.
I also noticed that if I stop typing anything in regex search bar, after a few seconds it stops consuming my CPU, as expected.
But if I simply move the cursor (arrow keys), it consumes CPU for nothing.
When you hit '/' to enter search mode, and if you type '()' and try going back within the parentheses to type the regex. Tab hangs and it does not allow you to move the cursor backwards.
https://screenshot.googleplex.com/F1onvrJCJYV
The text was updated successfully, but these errors were encountered: