Files
neovim/runtime/lua/vim
Jaehwang Jung 4607807f9f fix(treesitter): don't update fold if tree is unchanged
Problem:
Folds are opened when the visible range changes even if there are no
modifications to the buffer, e.g, when using zM for the first time. If
the parsed tree was invalid, on_win re-parses and gets empty tree
changes, which triggers fold updates.

Solution:
Don't update folds in on_changedtree if there are no changes.
2023-09-13 08:51:54 +01:00
..
2023-08-07 16:27:53 +01:00
2023-08-08 11:58:29 +01:00
2023-09-04 22:42:47 +02:00