summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/plugin/undotree_spec.lua
AgeCommit message (Collapse)AuthorFiles
2025-10-10fix(undotree): sync scroll pos with undo #36117phanium1
Problem: when undo in buffer, undotree window is not updated to position of correct node Solution: schedule nvim_win_set_cursor
2025-10-07feat(runtime): undotree #35627altermo1
Problem No builtin way to visualize and navigate the undo-tree. Solution Include an "opt" plugin.