almond icon indicating copy to clipboard operation
almond copied to clipboard

Wrong completion indices with backticks

Open alexarchambault opened this issue 4 years ago • 0 comments

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).

alexarchambault avatar Aug 05 '20 16:08 alexarchambault