calva
calva copied to clipboard
# is not deleted in specific case
Steps to reproduce (cursor is marked as |):
- 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")]
- Hit delete / backspace to delete the
_. This works as expected.
[#|(prn "hello")]
- Hit delete / backspace to delete the
#, and the cursor just jumps over it (unexpected).
[|#(prn "hello")]
Related:
- #2764
- #2327