KristofferC / OhMyREPL.jl

Syntax highlighting and other enhancements for the Julia REPL
https://kristofferc.github.io/OhMyREPL.jl/latest/
Other
768 stars 60 forks source link

Formatting clears on failed tabcompletion #341

Open LilithHafner opened 7 months ago

LilithHafner commented 7 months ago
julia> function myfunc(x, y)
           x + y
       end
myfunc (generic function with 1 method)

julia> function mysuperfunc[TAB]

Produces

Screenshot from 2024-02-29 08-33-21

Moving the cursor restores the formatting.