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
Instead of matching a single newline like expected, this matches from the previous newline to the following newline. This persists even with the 'cursor' scan type. It seems to work when the cursor is somehow on the newline character (such as on blank lines).
This issue is specific to newlines. Changing the matched character to something else matches the single character like expected.
This arose when I was trying to match whitespace with:
Which works as expected for every case except for single newlines.
The text was updated successfully, but these errors were encountered:
AlexanderHarrison
changed the title
Matching a single newline results in unexpected behaviour.
Matching a single newline results in unexpected behaviour
Aug 12, 2021
Instead of matching a single newline like expected, this matches from the previous newline to the following newline. This persists even with the 'cursor' scan type. It seems to work when the cursor is somehow on the newline character (such as on blank lines).
This issue is specific to newlines. Changing the matched character to something else matches the single character like expected.
This arose when I was trying to match whitespace with:
Which works as expected for every case except for single newlines.
The text was updated successfully, but these errors were encountered: