-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indentation of continuation lines broken when using non-standard input prompt #315
Comments
Thanks for the report and the bisect. I'll try figure out where the divergence between the old tokenizer and the new one is. |
I confirm that this is broken. Downgrading OhMyREPL to v0.5.17 solves the issue. (Also note that v0.5.18 is broken, it doesn't compile.) |
I'm guessing #313 is a dup of this then. |
c42f
added a commit
to c42f/OhMyREPL.jl
that referenced
this issue
May 13, 2023
KristofferC
pushed a commit
that referenced
this issue
May 15, 2023
* Add JuliaSyntax-0.4 as a compatible version * Fix indentation with custom prompts Fixes #315
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using a custom input prompt, multi-line input is shown misaligned, but the cursor is at the position, where it should be, if all were well-aligned. This turns me quite mad π΅βπ«
The
β
depicts where the cursor appears, when it is at the beginning of the second line, i.e. where a<Delete>
will delete thea
.According to
git bisect
this bug was introduced with 1bc0e5b. Before that, I gotwith cursor and display aligning correctly.
The bug appears with prompts of all lengths, but the default one.
The text was updated successfully, but these errors were encountered: