comparison 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
comparison
equal deleted inserted replaced
18057:3e3c6f8d6d4c 18058:187742518187
348 call writefile(contents[0:size], 'Xundofile') 348 call writefile(contents[0:size], 'Xundofile')
349 call assert_fails('rundo Xundofile', 'E825:') 349 call assert_fails('rundo Xundofile', 'E825:')
350 endfor 350 endfor
351 351
352 bwipe! 352 bwipe!
353 " call delete('Xundofile') 353 call delete('Xundofile')
354 endfunc 354 endfunc
355 355
356 " Test for undo working properly when executing commands from a register. 356 " Test for undo working properly when executing commands from a register.
357 " Also test this in an empty buffer. 357 " Also test this in an empty buffer.
358 func Test_cmd_in_reg_undo() 358 func Test_cmd_in_reg_undo()