mirror of
https://github.com/neovim/neovim.git
synced 2026-05-24 13:50:06 +00:00
Problem: The default match limit of 256 can be too low for realistic use cases, but was necessary to guard against catastrophic performance cliffs. Solution: Performance cliffs were fixed in upstream tree-sitter 0.27+, so remove the fallback limit to return unlimited matches by default.