neovim/test/functional/treesitter
Jaehwang Jung c44d819ae1
fix(treesitter): update folds in all relevant windows (#24230)
Problem: When using treesitter foldexpr,
* :diffput/get open diff folds, and
* folds are not updated in other windows that contain the updated
  buffer.

Solution: Update folds in all windows that contain the updated buffer
and use expr foldmethod.
2023-07-07 11:12:46 +01:00
..
fold_spec.lua fix(treesitter): update folds in all relevant windows (#24230) 2023-07-07 11:12:46 +01:00
highlight_spec.lua fix(treesitter): redraw added/removed injections properly (#23287) 2023-04-30 17:11:38 +02:00
language_spec.lua feat(treesitter)!: deprecate top level indexes to modules (#22761) 2023-03-24 14:43:14 +00:00
node_spec.lua feat(treesitter)!: deprecate top level indexes to modules (#22761) 2023-03-24 14:43:14 +00:00
parser_spec.lua fix(treesitter): update folds in all relevant windows (#24230) 2023-07-07 11:12:46 +01:00
utils_spec.lua fix(treesitter): is_in_node_range (#22582) 2023-03-08 23:45:43 +00:00