]> granicus.if.org Git - vim/commitdiff
patch 8.1.2024: delete call commented out for debugging v8.1.2024
authorBram Moolenaar <Bram@vim.org>
Fri, 13 Sep 2019 19:48:34 +0000 (21:48 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 13 Sep 2019 19:48:34 +0000 (21:48 +0200)
Problem:    Delete call commented out for debugging.
Solution:   Restore the delete call. (Christian Brabandt)

src/testdir/test_undo.vim
src/version.c

index c4242730609adbd3a257f5420a978673f831ff3f..4a534ae63189347680a040c19723ba84d2902ed9 100644 (file)
@@ -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.
index 31f0bf443e8978257ec113c696f8e815fc8ea621..6dddcfb45a8523bc27a7a3b40ad9d316cc9f3389 100644 (file)
@@ -757,6 +757,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2024,
 /**/
     2023,
 /**/