commit | 9283f92008accd0b797d2c913ce191b490ce3c3d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 13 21:48:34 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 13 21:48:34 2019 +0200 |
tree | 01df874dff9b62ce11d8019049f858f6f839e377 | |
parent | dcb2b9cb085288d2a2e4cc31abc591ade04e782e [diff] [blame] |
patch 8.1.2024: delete call commented out for debugging Problem: Delete call commented out for debugging. Solution: Restore the delete call. (Christian Brabandt)
diff --git a/src/testdir/test_undo.vim b/src/testdir/test_undo.vim index c424273..4a534ae 100644 --- a/src/testdir/test_undo.vim +++ b/src/testdir/test_undo.vim
@@ -350,7 +350,7 @@ endfor bwipe! -" call delete('Xundofile') + call delete('Xundofile') endfunc " Test for undo working properly when executing commands from a register.