This repository was archived by the owner on Apr 6, 2018. It is now read-only.

Description
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.
The expected output is 