summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-13 21:48:34 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-13 21:48:34 +0200
commit9283f92008accd0b797d2c913ce191b490ce3c3d (patch)
tree01df874dff9b62ce11d8019049f858f6f839e377
parentdcb2b9cb085288d2a2e4cc31abc591ade04e782e (diff)
downloadvim-git-9283f92008accd0b797d2c913ce191b490ce3c3d.tar.gz
patch 8.1.2024: delete call commented out for debuggingv8.1.2024
Problem: Delete call commented out for debugging. Solution: Restore the delete call. (Christian Brabandt)
-rw-r--r--src/testdir/test_undo.vim2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/test_undo.vim b/src/testdir/test_undo.vim
index c42427306..4a534ae63 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 31f0bf443..6dddcfb45 100644
--- 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,