almond
almond copied to clipboard
Wrong completion indices with backticks
Running a first cell like
val `a-b-c` = 2
then entering in a second one:
`a-b`
and hitting Tab right after b results in the following
a-b-c`
(missing first backtick).