feat(runtime): undotree #35627

Problem
No builtin way to visualize and navigate the undo-tree.

Solution
Include an "opt" plugin.
This commit is contained in:
altermo
2025-10-07 23:32:22 +02:00
committed by GitHub
parent 3b860653ca
commit 9e1d3f4870
7 changed files with 584 additions and 1 deletions

View File

@@ -138,7 +138,7 @@ endfunc
func Test_help_completion()
call feedkeys(":help :undo\<C-A>\<C-B>\"\<CR>", 'tx')
call assert_equal('"help :undo :undoj :undol :undojoin :undolist', @:)
call assert_equal('"help :undo :undoj :undol :undojoin :undolist :Undotree', @:)
endfunc
" Test for the :helptags command