aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-03-03 16:16:17 +0100
committerGitHub <noreply@github.com>2023-03-03 16:16:17 +0100
commit7e90f247e7b3add74a49895054a543c2140bbb08 (patch)
tree59c7e4c3c91567b84f9aba7103039d501d212360 /runtime/lua/vim
parentbf90ceb5488ea2b41eb53335984f017785aefea9 (diff)
downloadrneovim-7e90f247e7b3add74a49895054a543c2140bbb08.tar.gz
rneovim-7e90f247e7b3add74a49895054a543c2140bbb08.tar.bz2
rneovim-7e90f247e7b3add74a49895054a543c2140bbb08.zip
fix(treesitter): raise ts_match_limit to 256 (#22497)
Problem: Some complex queries may not return all matches. Solution: Raise `ts_match_limit` from current 64 (twice the original default) to 256 (which Helix uses, and seems to be enough for the reported problematic cases). If this leads performance regressions in other queries, we should add a generic querying timeout instead of relying on a low value here.
Diffstat (limited to 'runtime/lua/vim')
0 files changed, 0 insertions, 0 deletions