From: Bram Moolenaar Date: Fri, 13 Sep 2019 19:48:34 +0000 (+0200) Subject: patch 8.1.2024: delete call commented out for debugging X-Git-Tag: v8.1.2024 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9283f92008accd0b797d2c913ce191b490ce3c3d;p=thirdparty%2Fvim.git 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 c424273060..4a534ae631 100644 --- 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 index 31f0bf443e..6dddcfb45a 100644 --- a/src/version.c +++ b/src/version.c @@ -757,6 +757,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2024, /**/ 2023, /**/