diff src/testdir/test_undo.vim @ 18058:187742518187 v8.1.2024

patch 8.1.2024: delete call commented out for debugging Commit: https://github.com/vim/vim/commit/9283f92008accd0b797d2c913ce191b490ce3c3d Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 13 21:48:34 2019 +0200 patch 8.1.2024: delete call commented out for debugging Problem: Delete call commented out for debugging. Solution: Restore the delete call. (Christian Brabandt)
author Bram Moolenaar <Bram@vim.org>
date Fri, 13 Sep 2019 22:00:03 +0200
parents 11dca9732a48
children 0eeaa9a6e4e7
line wrap: on
line diff
--- a/src/testdir/test_undo.vim
+++ b/src/testdir/test_undo.vim
@@ -350,7 +350,7 @@ func Test_undofile_truncated()
   endfor
 
   bwipe!
-"  call delete('Xundofile')
+  call delete('Xundofile')
 endfunc
 
 " Test for undo working properly when executing commands from a register.