KristofferC / OhMyREPL.jl

Syntax highlighting and other enhancements for the Julia REPL

Home Page:https://kristofferc.github.io/OhMyREPL.jl/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Autocomplete and double quotes on Julia v1.10

juliohm opened this issue · comments

Assume there is a file foo.jl on disk:

include("foo<TAB

produces a repeated " at the end:

include("foo.jl"")

This behavior was not present in previous Julia versions.