Skip to content

# is not deleted in specific case #2766

Open
@bpringe

Description

@bpringe

Steps to reproduce (cursor is marked as |):

  1. Start with this ignored form inside a vector (this step isn't necessary to reproduce but I wanted to show how I found this / why code would look like it will in the next step).
[#_|(prn "hello")]
  1. Hit delete / backspace to delete the _. This works as expected.
[#|(prn "hello")]
  1. Hit delete / backspace to delete the #, and the cursor just jumps over it (unexpected).
[|#(prn "hello")]

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingpareditParedit and structural editing

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions