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 was archived by the owner on Apr 6, 2018. It is now read-only.
When in replace mode (via SHIFT + R) entering " causes the current (as expected) as well as next character (unexpected) to be replaced with two "
This happens with and other character with a corresponding closing character; {}, [], ' etc. and only when atom would normally insert the closing character in insert mode.
For example, given , pressing SHIFT + R then " you end up with:
The next character will replace the second " as expected, but the second " should have never been inserted.