-
Notifications
You must be signed in to change notification settings - Fork 11
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
Not removing Biscuits when deleting a line #45
Comments
Interesting. Thanks for reporting this. I will have to look into it. Have you tried without cursor_line_only as well? No worries if not, just curious. |
Just tried it. Same thing happens without cursor_line_only. |
FWIW, adding a call to |
That is a great fix. I'm not sure that is a new bug with the biscuit being on the wrong line. It is likely just a failure of the tree-sitter parser because the code no longer actually validates in the cases I have seen. |
When I delete a line (e.g. with
dd
) , the biscuit associated with the line stays, without any way to remove it (AFAICT).I'm using the cusor_line_only option, in case this is relevant.
The text was updated successfully, but these errors were encountered: