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