Files
neovim/runtime/lua/vim
L Lllvvuu 07080f67fe perf(treesitter): do not scan past given line for predicate match
Problem
---
If a highlighter query returns a significant number of predicate
non-matches, the highlighter will scan well past the end of the window.

Solution
---
In the iterator returned from `iter_captures`, accept an optional
parameter `end_line`. If no parameter provided, the behavior is
unchanged, hence this is a non-invasive tweak.

Fixes: #25113 nvim-treesitter/nvim-treesitter#5057
2023-09-16 13:52:42 +01:00
..
2023-09-14 08:23:01 -05:00
2023-08-07 16:27:53 +01:00
2023-09-14 08:23:01 -05:00
2023-09-14 08:23:01 -05:00
2023-09-14 08:23:01 -05:00
2023-09-04 22:42:47 +02:00
2023-09-14 08:23:01 -05:00