Files
neovim/runtime/lua/vim
Will Lillis b44c2bdd16 fix(treesitter): remove default match limit (#39696)
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.
2026-05-09 10:19:21 +00:00
..
2026-04-30 07:26:40 -04:00
2026-05-07 10:36:48 +02:00
2026-04-25 11:16:18 -04:00
2026-01-09 10:07:15 +01:00
2026-04-30 07:26:40 -04:00