mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 19:36:40 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user