# HG changeset patch # User Bram Moolenaar # Date 1568404803 -7200 # Node ID 18774251818776dda4608ebd8f902b2e972aab04 # Parent 3e3c6f8d6d4ceb95eda108eec1d907101e81e775 patch 8.1.2024: delete call commented out for debugging Commit: https://github.com/vim/vim/commit/9283f92008accd0b797d2c913ce191b490ce3c3d Author: Bram Moolenaar 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) diff --git a/src/testdir/test_undo.vim b/src/testdir/test_undo.vim --- 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. diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2024, +/**/ 2023, /**/ 2022,