-
Notifications
You must be signed in to change notification settings - Fork 187
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
indent: When the indent marker is displayed it removes 'listchar' for tabs before it. #125
Closed
3 tasks done
Labels
Comments
Thanks for the issue! Unfortunately, this is how extmarks (which are used for displaying scope) work right now, to the best of my knowledge. This is a combination of two limitations:
|
echasnovski
added
neovim-upstream
Related to how Neovim works
and removed
bug
Something isn't working
labels
Sep 8, 2022
Thank you very much for looking into that. |
This should be fixed in latest |
Works great, thank you very much! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Contributing guidelines
Module(s)
indent
Description
When the indent marker is displayed and you use:
Then the it will remove the listchar for indented code for more than one level.
Neovim version
0.7.2
Steps to reproduce
Expected behavior
The listchar should not be removed by the indent marker.
Actual behavior
The listchar is removed by the indent marker. See image above.
The text was updated successfully, but these errors were encountered: