]> granicus.if.org Git - vim/commitdiff
patch 8.2.0408: delete() commented out for testing v8.2.0408
authorBram Moolenaar <Bram@vim.org>
Thu, 19 Mar 2020 13:52:20 +0000 (14:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 19 Mar 2020 13:52:20 +0000 (14:52 +0100)
Problem:    Delete() commented out for testing.
Solution:   Undo commenting-out.

src/testdir/test_vim9_disassemble.vim
src/version.c

index 5ba18dd5c3a3be00dc00c2a33926cb587e634e99..99bec4337b0f3e37e8546bb71f45b8251be756d6 100644 (file)
@@ -778,7 +778,7 @@ def Test_disassemble_compare()
     nr += 1
   endfor
 
-  delete('Xdisassemble')
+  delete('Xdisassemble')
 enddef
 
 def s:Execute()
index 507ce777561719c68a4572329f71268165b57c75..35de428b04d0a9331325a97c663f01fe050de346 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    408,
 /**/
     407,
 /**/