calva icon indicating copy to clipboard operation
calva copied to clipboard

# is not deleted in specific case

Open bpringe opened this issue 11 months ago • 1 comments

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")]

bpringe avatar Apr 01 '25 21:04 bpringe

Related:

  • #2764
  • #2327

PEZ avatar Apr 02 '25 06:04 PEZ