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
{{ message }}
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
Result: Find bar disappears and there's an exception in the console.
Expected: Either we should properly handle the subexpression substitution, or we should just replace with "$1" and continue.
The text was updated successfully, but these errors were encountered:
It looks like there's code in FindReplace to deal with regexp subexpression substitutions, but the match data from the regexp doesn't get properly passed to it (in either the single-replace or replace-all cases). Seems like it shouldn't be that hard to hook it up, but either way we shouldn't be silently failing.
/<([^>]+)>/
as the query and hit enter[$1]
Result: Find bar disappears and there's an exception in the console.
Expected: Either we should properly handle the subexpression substitution, or we should just replace with "$1" and continue.
The text was updated successfully, but these errors were encountered: