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

Custom prompt interferes with contextual module display #326

Open mbaz opened 1 year ago

mbaz commented 1 year ago

A new featur in Julia 1.9 is chaning the "contextual module". This activates a custom prompt with the contextual module in parenthesis.

Using OhMyREPL to set a custom prompt inteferes with this feature: the custom prompt is always displayed, and the contextual module is never shown in the prompt.