To: vim_dev@googlegroups.com Subject: Patch 8.1.2024 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.2024 Problem: Delete call commented out for debugging. Solution: Restore the delete call. (Christian Brabandt) Files: src/testdir/test_undo.vim *** ../vim-8.1.2023/src/testdir/test_undo.vim 2019-09-08 21:51:36.453843927 +0200 --- src/testdir/test_undo.vim 2019-09-13 21:46:48.489942586 +0200 *************** *** 350,356 **** endfor bwipe! ! " call delete('Xundofile') endfunc " Test for undo working properly when executing commands from a register. --- 350,356 ---- endfor bwipe! ! call delete('Xundofile') endfunc " Test for undo working properly when executing commands from a register. *** ../vim-8.1.2023/src/version.c 2019-09-13 21:26:34.945943377 +0200 --- src/version.c 2019-09-13 21:48:15.953680098 +0200 *************** *** 759,760 **** --- 759,762 ---- { /* Add new patch number below this line */ + /**/ + 2024, /**/ -- hundred-and-one symptoms of being an internet addict: 249. You've forgotten what the outside looks like. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///