Closed hyrodium closed 1 year ago
This PR adds \b to break the non-julian modes, and fix #53.
\b
Before this PR
After this PR
Note that this fix is a little dirty because it shows (Replay) pkg> exit() during the inputs.
(Replay) pkg> exit()
This PR adds \b
👀
https://github.com/JuliaLang/julia/blob/d0f4327066911d04b56ae5ad2df72a74365d4be8/stdlib/REPL/src/LineEdit.jl#L2135-L2137
LGTM 🎉 Thank you!!!
This PR adds
\b
to break the non-julian modes, and fix #53.Before this PR
After this PR
Note that this fix is a little dirty because it shows
(Replay) pkg> exit()
during the inputs.