We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
on current head
run minimal sample with hard tab set on (I set width to 10),
enter a\tb\na\b
display is
now cursor left into the gap
the tab space grew by one character
I have tried an initial debug but its not obvious
The text was updated successfully, but these errors were encountered:
Thank you for reporting. This is a bug. I could reproduce it. I'll take a look.
Sorry, something went wrong.
Did you see my question about hard tabs ? In the insert_str closed issue
@pm100 I haven't seen it. I'll check.
I confirmed the root cause of this issue and now fixing it with refactoring highlight.rs.
4d16fcb
I confirmed the fix:
No branches or pull requests
on current head
run minimal sample with hard tab set on (I set width to 10),
enter a\tb\na\b
display is
now cursor left into the gap
the tab space grew by one character
I have tried an initial debug but its not obvious
The text was updated successfully, but these errors were encountered: