Skip to content
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

fix: don't allow empty scope #931

Merged
merged 1 commit into from
Oct 7, 2024
Merged

Conversation

lukas-reineke
Copy link
Owner

There seems to be a bug in treesitter that allows an infinite loop of node parents, if the node is empty.
IBL doesn't care about the node if it's empty anyway, so we can just ignore them.

fix #930

There seems to be a bug in treesitter that allows an infinite loop of
node parents, if the node is empty.
IBL doesn't care about the node if it's empty anyway, so we can just
ignore them.

fix #930
@lukas-reineke lukas-reineke merged commit e7a4442 into master Oct 7, 2024
8 checks passed
@lukas-reineke lukas-reineke deleted the dont-allow-emtpy-scope branch October 7, 2024 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Neovim freezes when deleting specific lines
1 participant