From b35b7222eeee407d8170914cc44247c6cd194160 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sun, 4 Oct 2020 18:50:00 -0400 Subject: [PATCH] vim-patch:8.1.2024: delete call commented out for debugging Problem: Delete call commented out for debugging. Solution: Restore the delete call. (Christian Brabandt) https://github.com/vim/vim/commit/9283f92008accd0b797d2c913ce191b490ce3c3d --- src/nvim/testdir/test_undo.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nvim/testdir/test_undo.vim b/src/nvim/testdir/test_undo.vim index 4a5825a08f..1bdc9bfd4b 100644 --- a/src/nvim/testdir/test_undo.vim +++ b/src/nvim/testdir/test_undo.vim @@ -380,7 +380,7 @@ func Test_undofile_truncated() endfor bwipe! -" call delete('Xundofile') + call delete('Xundofile') endfunc func Test_rundo_errors()