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

Auto insertion should be disabled when in replace mode (SHIFT + R) #792

@mdaffin

Description

@mdaffin

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 image, pressing SHIFT + R then " you end up with:
image

The next character will replace the second " as expected, but the second " should have never been inserted.

The expected output is image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions